org.apache.cxf.jms_mtom.types
Class DataHandlerOnlyType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DataHandlerOnlyType
public DataHandlerOnlyType()
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