org.apache.cxf.swa.types
Class DataStruct
java.lang.Object
org.apache.cxf.swa.types.DataStruct
public class DataStruct
- extends java.lang.Object
Java class for DataStruct element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="DataStruct">
<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>
</element>
|
Field Summary |
protected javax.activation.DataHandler |
dataRef
|
|
Method Summary |
javax.activation.DataHandler |
getDataRef()
Gets the value of the dataRef property. |
void |
setDataRef(javax.activation.DataHandler value)
Sets the value of the dataRef property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataRef
protected javax.activation.DataHandler dataRef
DataStruct
public DataStruct()
getDataRef
public javax.activation.DataHandler getDataRef()
- Gets the value of the dataRef property.
- Returns:
- possible object is
String
setDataRef
public void setDataRef(javax.activation.DataHandler value)
- Sets the value of the dataRef property.
- Parameters:
value - allowed object is
String
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.