org.apache.cxf.jms_mtom.types
Class DataHandlerOnlyType

java.lang.Object
  extended by org.apache.cxf.jms_mtom.types.DataHandlerOnlyType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:33-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public class DataHandlerOnlyType
extends Object

Java class for DataHandlerOnlyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DataHandlerOnlyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attachinfo" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataHandler attachinfo
           
 
Constructor Summary
DataHandlerOnlyType()
           
 
Method Summary
 DataHandler getAttachinfo()
          Gets the value of the attachinfo property.
 void setAttachinfo(DataHandler value)
          Sets the value of the attachinfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attachinfo

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

DataHandlerOnlyType

public DataHandlerOnlyType()
Method Detail

getAttachinfo

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

Returns:
possible object is DataHandler

setAttachinfo

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

Parameters:
value - allowed object is DataHandler


Apache CXF