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 v3.0.2",
date="2023-06-06T12:44:57-04:00")
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.activation.DataHandlerGets the value of the dataRef property.voidsetDataRef(jakarta.activation.DataHandler value) Sets the value of the dataRef property.
-
Field Details
-
dataRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") protected jakarta.activation.DataHandler dataRef
-
-
Constructor Details
-
DataStruct
public DataStruct()
-
-
Method Details
-
getDataRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public jakarta.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 v3.0.2", date="2023-06-06T12:44:57-04:00") public void setDataRef(jakarta.activation.DataHandler value) Sets the value of the dataRef property.- Parameters:
value- allowed object isString
-