@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class ExtColourEnum extends Object
Java class for ExtColourEnum complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtColourEnum">
<simpleContent>
<extension base="<http://apache.org/type_test/types1>ColourEnum">
<attribute name="attrib1" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="attrib2">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</attribute>
<attribute name="attrib3">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}string" />
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
attrib1 |
protected String |
attrib2 |
protected List<String> |
attrib3 |
protected ColourEnum |
value |
| Constructor and Description |
|---|
ExtColourEnum() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttrib1()
Gets the value of the attrib1 property.
|
String |
getAttrib2()
Gets the value of the attrib2 property.
|
List<String> |
getAttrib3()
Gets the value of the attrib3 property.
|
ColourEnum |
getValue()
Gets the value of the value property.
|
void |
setAttrib1(Integer value)
Sets the value of the attrib1 property.
|
void |
setAttrib2(String value)
Sets the value of the attrib2 property.
|
void |
setValue(ColourEnum value)
Sets the value of the value property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected ColourEnum value
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected Integer attrib1
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String attrib2
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public ColourEnum getValue()
ColourEnum@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setValue(ColourEnum value)
value - allowed object is
ColourEnum@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public Integer getAttrib1()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setAttrib1(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 getAttrib2()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setAttrib2(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<String> getAttrib3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attrib3 property.
For example, to add a new item, do as follows:
getAttrib3().add(newItem);
Objects of the following type(s) are allowed in the list
String
Apache CXF