@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public class XopStringType
extends Object
Java class for XopStringType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XopStringType">
<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 String |
attachinfo |
protected String |
name |
| Constructor and Description |
|---|
XopStringType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachinfo()
Gets the value of the attachinfo property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAttachinfo(String 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="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
protected String name
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
protected String attachinfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public String getName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public void setName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public String getAttachinfo()
StringApache CXF