@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public class DataStruct extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataRef" type="{http://ws-i.org/profiles/basic/1.1/xsd}swaRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DataHandler |
dataRef |
| Constructor and Description |
|---|
DataStruct() |
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
getDataRef()
Gets the value of the dataRef property.
|
void |
setDataRef(DataHandler value)
Sets the value of the dataRef property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected DataHandler dataRef
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public DataHandler getDataRef()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setDataRef(DataHandler value)
value - allowed object is
StringApache CXF