@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class Address
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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="ExtendedAddress" type="{http://www.CIP4.org/JDFSchema_2_0}textElement" minOccurs="0"/>
</sequence>
<attribute name="City" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CivicNumber" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Country" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CountryCode" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PostalCode" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PostBox" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Region" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Street" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
city |
protected java.lang.String |
civicNumber |
protected java.lang.String |
country |
protected java.lang.String |
countryCode |
protected java.lang.String |
extendedAddress |
protected java.lang.String |
postalCode |
protected java.lang.String |
postBox |
protected java.lang.String |
region |
protected java.lang.String |
street |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getCivicNumber()
Gets the value of the civicNumber property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getCountryCode()
Gets the value of the countryCode property.
|
java.lang.String |
getExtendedAddress()
Gets the value of the extendedAddress property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.String |
getPostalCode()
Gets the value of the postalCode property.
|
java.lang.String |
getPostBox()
Gets the value of the postBox property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
java.lang.String |
getStreet()
Gets the value of the street property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setCivicNumber(java.lang.String value)
Sets the value of the civicNumber property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setCountryCode(java.lang.String value)
Sets the value of the countryCode property.
|
void |
setExtendedAddress(java.lang.String value)
Sets the value of the extendedAddress property.
|
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property.
|
void |
setPostBox(java.lang.String value)
Sets the value of the postBox property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
void |
setStreet(java.lang.String value)
Sets the value of the street property.
|
Address |
withCity(java.lang.String value) |
Address |
withCivicNumber(java.lang.String value) |
Address |
withCountry(java.lang.String value) |
Address |
withCountryCode(java.lang.String value) |
Address |
withExtendedAddress(java.lang.String value) |
Address |
withPostalCode(java.lang.String value) |
Address |
withPostBox(java.lang.String value) |
Address |
withRegion(java.lang.String value) |
Address |
withStreet(java.lang.String value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String extendedAddress
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String city
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String civicNumber
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String country
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String countryCode
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String postalCode
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String postBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String region
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String street
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getExtendedAddress()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setExtendedAddress(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCity()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setCity(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCivicNumber()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setCivicNumber(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCountry()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setCountry(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCountryCode()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setCountryCode(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPostalCode()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPostalCode(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPostBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPostBox(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getRegion()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setRegion(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getStreet()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setStreet(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public Address withExtendedAddress(java.lang.String value)
public Address withCity(java.lang.String value)
public Address withCivicNumber(java.lang.String value)
public Address withCountry(java.lang.String value)
public Address withCountryCode(java.lang.String value)
public Address withPostalCode(java.lang.String value)
public Address withPostBox(java.lang.String value)
public Address withRegion(java.lang.String value)
public Address withStreet(java.lang.String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object