@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public class DataHandlerType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataHandler |
attachinfo |
protected String |
name |
| Constructor and Description |
|---|
DataHandlerType() |
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
getAttachinfo()
Gets the value of the attachinfo property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAttachinfo(DataHandler value)
Sets the value of the attachinfo property.
|
void |
setName(String value)
Sets the value of the name property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected DataHandler attachinfo
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public DataHandler getAttachinfo()
DataHandler@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setAttachinfo(DataHandler value)
value - allowed object is
DataHandlerApache CXF