Class AddressDetails.Country

java.lang.Object
org.bremersee.oasis.xal.AddressDetails.Country
All Implemented Interfaces:
Serializable
Enclosing class:
AddressDetails

public static class AddressDetails.Country extends Object implements Serializable

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:
  • Field Details

  • Constructor Details

    • Country

      public Country()
  • Method Details

    • getAddressLines

      public List<AddressLine> 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 set method 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

      public List<AddressDetails.Country.CountryNameCode> 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 set method 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

      public List<CountryName> 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 set method 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

      public Thoroughfare getThoroughfare()
      Gets the value of the thoroughfare property.
      Returns:
      possible object is Thoroughfare
    • setThoroughfare

      public void setThoroughfare(Thoroughfare value)
      Sets the value of the thoroughfare property.
      Parameters:
      value - allowed object is Thoroughfare
    • getLocality

      public Locality getLocality()
      Gets the value of the locality property.
      Returns:
      possible object is Locality
    • setLocality

      public void setLocality(Locality value)
      Sets the value of the locality property.
      Parameters:
      value - allowed object is Locality
    • getAdministrativeArea

      public AdministrativeArea getAdministrativeArea()
      Gets the value of the administrativeArea property.
      Returns:
      possible object is AdministrativeArea
    • setAdministrativeArea

      public void setAdministrativeArea(AdministrativeArea value)
      Sets the value of the administrativeArea property.
      Parameters:
      value - allowed object is AdministrativeArea
    • getAnies

      public List<Object> 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 set method 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

      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