Class AddressDetails.Country
- All Implemented Interfaces:
Serializable
- Enclosing class:
AddressDetails
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="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
<element name="CountryNameCode" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Scheme" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}CountryName" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AdministrativeArea"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}Locality"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}Thoroughfare"/>
</choice>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AddressLine> protected AdministrativeAreaprotected List<AddressDetails.Country.CountryNameCode> protected List<CountryName> protected Localityprotected Thoroughfare -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressLines property.Gets the value of the administrativeArea property.getAnies()Gets the value of the anies property.Gets the value of the countryNameCodes property.Gets the value of the countryNames property.Gets the value of the locality property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the thoroughfare property.voidSets the value of the administrativeArea property.voidsetLocality(Locality value) Sets the value of the locality property.voidsetThoroughfare(Thoroughfare value) Sets the value of the thoroughfare property.
-
Field Details
-
addressLines
-
countryNameCodes
-
countryNames
-
thoroughfare
-
locality
-
administrativeArea
-
anies
-
-
Constructor Details
-
Country
public Country()
-
-
Method Details
-
getAddressLines
Gets the value of the addressLines 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 Jakarta XML Binding object. This is why there is not a
setmethod for the addressLines property.For example, to add a new item, do as follows:
getAddressLines().add(newItem);Objects of the following type(s) are allowed in the list
AddressLine- Returns:
- The value of the addressLines property.
-
getCountryNameCodes
Gets the value of the countryNameCodes 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 Jakarta XML Binding object. This is why there is not a
setmethod for the countryNameCodes property.For example, to add a new item, do as follows:
getCountryNameCodes().add(newItem);Objects of the following type(s) are allowed in the list
AddressDetails.Country.CountryNameCode- Returns:
- The value of the countryNameCodes property.
-
getCountryNames
Gets the value of the countryNames 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 Jakarta XML Binding object. This is why there is not a
setmethod for the countryNames property.For example, to add a new item, do as follows:
getCountryNames().add(newItem);Objects of the following type(s) are allowed in the list
CountryName- Returns:
- The value of the countryNames property.
-
getThoroughfare
Gets the value of the thoroughfare property.- Returns:
- possible object is
Thoroughfare
-
setThoroughfare
Sets the value of the thoroughfare property.- Parameters:
value- allowed object isThoroughfare
-
getLocality
Gets the value of the locality property.- Returns:
- possible object is
Locality
-
setLocality
Sets the value of the locality property.- Parameters:
value- allowed object isLocality
-
getAdministrativeArea
Gets the value of the administrativeArea property.- Returns:
- possible object is
AdministrativeArea
-
setAdministrativeArea
Sets the value of the administrativeArea property.- Parameters:
value- allowed object isAdministrativeArea
-
getAnies
Gets the value of the anies 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 Jakarta XML Binding object. This is why there is not a
setmethod for the anies property.For example, to add a new item, do as follows:
getAnies().add(newItem);Objects of the following type(s) are allowed in the list
Object- Returns:
- The value of the anies property.
-
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
-