@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public class TestByte extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}byte"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}byte"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TestByte() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getX()
Gets the value of the x property.
|
byte |
getY()
Gets the value of the y property.
|
void |
setX(byte value)
Sets the value of the x property.
|
void |
setY(byte value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") protected byte x
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") protected byte y
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public byte getX()
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public void setX(byte value)
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public byte getY()
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public void setY(byte value)
Apache CXF