@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public static class Person.Address 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="HouseNo" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PostCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
houseNo |
protected String |
postCode |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHouseNo()
Gets the value of the houseNo property.
|
String |
getPostCode()
Gets the value of the postCode property.
|
void |
setHouseNo(int value)
Sets the value of the houseNo property.
|
void |
setPostCode(String value)
Sets the value of the postCode property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") protected int houseNo
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") protected String postCode
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public int getHouseNo()
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public void setHouseNo(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public String getPostCode()
StringCopyright © 2019 Mulesoft. All rights reserved.