public class DataHandlerType extends Object
Java class for DataHandlerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataHandlerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attachinfo" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.activation.DataHandler |
attachinfo |
protected String |
name |
| Constructor and Description |
|---|
DataHandlerType() |
| Modifier and Type | Method and Description |
|---|---|
javax.activation.DataHandler |
getAttachinfo()
Gets the value of the attachinfo property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAttachinfo(javax.activation.DataHandler value)
Sets the value of the attachinfo property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected javax.activation.DataHandler attachinfo
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic javax.activation.DataHandler getAttachinfo()
DataHandlerpublic void setAttachinfo(javax.activation.DataHandler value)
value - allowed object is
DataHandlerCopyright © 2015 WSO2 Inc. All rights reserved.