org.apache.cxf.swa.types
Class DataStruct

java.lang.Object
  extended by org.apache.cxf.swa.types.DataStruct

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:34-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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
protected  DataHandler dataRef
           
 
Constructor Summary
DataStruct()
           
 
Method Summary
 DataHandler getDataRef()
          Gets the value of the dataRef property.
 void setDataRef(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
 

Field Detail

dataRef

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:34-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected DataHandler dataRef
Constructor Detail

DataStruct

public DataStruct()
Method Detail

getDataRef

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:34-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public DataHandler getDataRef()
Gets the value of the dataRef property.

Returns:
possible object is String

setDataRef

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:34-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setDataRef(DataHandler value)
Sets the value of the dataRef property.

Parameters:
value - allowed object is String


Apache CXF