Interface AddressDetails.Country

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AddressDetailsImpl.CountryImpl
    Enclosing interface:
    AddressDetails

    public static interface AddressDetails.Country
    extends org.apache.xmlbeans.XmlObject
    An XML Country(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • sizeOfAddressLineArray

        int sizeOfAddressLineArray()
        Returns number of "AddressLine" element
      • insertNewAddressLine

        AddressLineDocument.AddressLine insertNewAddressLine​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
      • removeAddressLine

        void removeAddressLine​(int i)
        Removes the ith "AddressLine" element
      • sizeOfCountryNameCodeArray

        int sizeOfCountryNameCodeArray()
        Returns number of "CountryNameCode" element
      • removeCountryNameCode

        void removeCountryNameCode​(int i)
        Removes the ith "CountryNameCode" element
      • sizeOfCountryNameArray

        int sizeOfCountryNameArray()
        Returns number of "CountryName" element
      • insertNewCountryName

        CountryNameDocument.CountryName insertNewCountryName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "CountryName" element
      • removeCountryName

        void removeCountryName​(int i)
        Removes the ith "CountryName" element
      • isSetAdministrativeArea

        boolean isSetAdministrativeArea()
        True if has "AdministrativeArea" element
      • unsetAdministrativeArea

        void unsetAdministrativeArea()
        Unsets the "AdministrativeArea" element
      • isSetLocality

        boolean isSetLocality()
        True if has "Locality" element
      • unsetLocality

        void unsetLocality()
        Unsets the "Locality" element
      • isSetThoroughfare

        boolean isSetThoroughfare()
        True if has "Thoroughfare" element
      • unsetThoroughfare

        void unsetThoroughfare()
        Unsets the "Thoroughfare" element