Class Address
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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 ref="{http://www.CIP4.org/JDFSchema_2_0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="AddressUsage" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="City" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CivicNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Country" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CountryCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<pattern value="[A-Z][A-Z]"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ExtendedAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PostBox" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Region" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Street" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the addressLine property.Gets the value of the addressUsage property.getCity()Gets the value of the city property.Gets the value of the civicNumber property.Gets the value of the country property.Gets the value of the countryCode property.Gets the value of the extendedAddress property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the postalCode property.Gets the value of the postBox property.Gets the value of the region property.Gets the value of the street property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAddressUsage(String value) Sets the value of the addressUsage property.voidSets the value of the city property.voidsetCivicNumber(String value) Sets the value of the civicNumber property.voidsetCountry(String value) Sets the value of the country property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidsetExtendedAddress(String value) Sets the value of the extendedAddress property.voidsetPostalCode(String value) Sets the value of the postalCode property.voidsetPostBox(String value) Sets the value of the postBox property.voidSets the value of the region property.voidSets the value of the street property.withAddressLine(Collection<AddressLine> values) withAddressLine(AddressLine... values) withAddressUsage(String value) withCivicNumber(String value) withCountry(String value) withCountryCode(String value) withExtendedAddress(String value) withPostalCode(String value) withPostBox(String value) withRegion(String value) withStreet(String value)
-
Field Details
-
addressLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<AddressLine> addressLine -
addressUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String addressUsage -
city
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String city -
civicNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String civicNumber -
country
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String country -
countryCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String countryCode -
extendedAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String extendedAddress -
postalCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String postalCode -
postBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String postBox -
region
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String region -
street
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String street
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getAddressLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<AddressLine> getAddressLine()Gets the value of the addressLine property.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
setmethod for the addressLine property.For example, to add a new item, do as follows:
getAddressLine().add(newItem);Objects of the following type(s) are allowed in the list
AddressLine -
getAddressUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getAddressUsage()Gets the value of the addressUsage property.- Returns:
- possible object is
String
-
setAddressUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAddressUsage(String value) Sets the value of the addressUsage property.- Parameters:
value- allowed object isString
-
getCity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getCity()Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCity(String value) Sets the value of the city property.- Parameters:
value- allowed object isString
-
getCivicNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getCivicNumber()Gets the value of the civicNumber property.- Returns:
- possible object is
String
-
setCivicNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCivicNumber(String value) Sets the value of the civicNumber property.- Parameters:
value- allowed object isString
-
getCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getCountry()Gets the value of the country property.- Returns:
- possible object is
String
-
setCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCountry(String value) Sets the value of the country property.- Parameters:
value- allowed object isString
-
getCountryCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getCountryCode()Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCountryCode(String value) Sets the value of the countryCode property.- Parameters:
value- allowed object isString
-
getExtendedAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getExtendedAddress()Gets the value of the extendedAddress property.- Returns:
- possible object is
String
-
setExtendedAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setExtendedAddress(String value) Sets the value of the extendedAddress property.- Parameters:
value- allowed object isString
-
getPostalCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getPostalCode()Gets the value of the postalCode property.- Returns:
- possible object is
String
-
setPostalCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPostalCode(String value) Sets the value of the postalCode property.- Parameters:
value- allowed object isString
-
getPostBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getPostBox()Gets the value of the postBox property.- Returns:
- possible object is
String
-
setPostBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPostBox(String value) Sets the value of the postBox property.- Parameters:
value- allowed object isString
-
getRegion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getRegion()Gets the value of the region property.- Returns:
- possible object is
String
-
setRegion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRegion(String value) Sets the value of the region property.- Parameters:
value- allowed object isString
-
getStreet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getStreet()Gets the value of the street property.- Returns:
- possible object is
String
-
setStreet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStreet(String value) Sets the value of the street property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
withAddressLine
-
withAddressLine
-
withAddressUsage
-
withCity
-
withCivicNumber
-
withCountry
-
withCountryCode
-
withExtendedAddress
-
withPostalCode
-
withPostBox
-
withRegion
-
withStreet
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-