@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class OccuringAll extends Object
Java class for OccuringAll complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OccuringAll">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all minOccurs="0">
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
<attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
varAttrString |
protected Integer |
varInt |
| Constructor and Description |
|---|
OccuringAll() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVarAttrString()
Gets the value of the varAttrString property.
|
Integer |
getVarInt()
Gets the value of the varInt property.
|
void |
setVarAttrString(String value)
Sets the value of the varAttrString property.
|
void |
setVarInt(Integer value)
Sets the value of the varInt property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected Integer varInt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String varAttrString
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public Integer getVarInt()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarInt(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getVarAttrString()
StringApache CXF