Package org.apache.cxf.swa.types
Class DataStruct
- java.lang.Object
-
- org.apache.cxf.swa.types.DataStruct
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class DataStruct extends ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.activation.DataHandlerdataRef
-
Constructor Summary
Constructors Constructor Description DataStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.activation.DataHandlergetDataRef()Gets the value of the dataRef property.voidsetDataRef(javax.activation.DataHandler value)Sets the value of the dataRef property.
-
-
-
Method Detail
-
getDataRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public javax.activation.DataHandler getDataRef()Gets the value of the dataRef property.- Returns:
- possible object is
String
-
setDataRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public void setDataRef(javax.activation.DataHandler value)Sets the value of the dataRef property.- Parameters:
value- allowed object isString
-
-