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="2013-07-16T09:39:18-04:00",
comments="JAXB RI v2.2.5.1")
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 javax.activation.DataHandler |
attachinfo
|
|
Method Summary |
javax.activation.DataHandler |
getAttachinfo()
Gets the value of the attachinfo property. |
void |
setAttachinfo(javax.activation.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 |
attachinfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-07-16T09:39:18-04:00",
comments="JAXB RI v2.2.5.1")
protected javax.activation.DataHandler attachinfo
DataHandlerOnlyType
public DataHandlerOnlyType()
getAttachinfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-07-16T09:39:18-04:00",
comments="JAXB RI v2.2.5.1")
public javax.activation.DataHandler getAttachinfo()
- Gets the value of the attachinfo property.
- Returns:
- possible object is
DataHandler
setAttachinfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-07-16T09:39:18-04:00",
comments="JAXB RI v2.2.5.1")
public void setAttachinfo(javax.activation.DataHandler value)
- Sets the value of the attachinfo property.
- Parameters:
value - allowed object is
DataHandler
Apache CXF