Class Locality

    • Constructor Detail

      • Locality

        public Locality()
    • Method Detail

      • addAddressLine

        public void addAddressLine​(AddressLine addressLine)
      • addLocalityName

        public void addLocalityName​(LocalityName localityName)
      • getAddressLine

        public java.util.List<AddressLine> getAddressLine()
      • getIndicator

        public java.lang.String getIndicator()
      • getLocalityName

        public java.util.List<LocalityName> getLocalityName()
      • getPostBox

        public PostBox getPostBox()
      • getPostOffice

        public PostOffice getPostOffice()
      • getPostalCode

        public PostalCode getPostalCode()
      • getPremise

        public Premise getPremise()
      • getType

        public java.lang.String getType()
      • getUsageType

        public java.lang.String getUsageType()
      • isSetAddressLine

        public boolean isSetAddressLine()
      • isSetDependentLocality

        public boolean isSetDependentLocality()
      • isSetIndicator

        public boolean isSetIndicator()
      • isSetLargeMailUser

        public boolean isSetLargeMailUser()
      • isSetLocalityName

        public boolean isSetLocalityName()
      • isSetPostBox

        public boolean isSetPostBox()
      • isSetPostOffice

        public boolean isSetPostOffice()
      • isSetPostalCode

        public boolean isSetPostalCode()
      • isSetPostalRoute

        public boolean isSetPostalRoute()
      • isSetPremise

        public boolean isSetPremise()
      • isSetThoroughfare

        public boolean isSetThoroughfare()
      • isSetType

        public boolean isSetType()
      • isSetUsageType

        public boolean isSetUsageType()
      • setAddressLine

        public void setAddressLine​(java.util.List<AddressLine> addressLine)
      • setDependentLocality

        public void setDependentLocality​(DependentLocality dependentLocality)
      • setIndicator

        public void setIndicator​(java.lang.String indicator)
      • setLargeMailUser

        public void setLargeMailUser​(LargeMailUser largeMailUser)
      • setLocalityName

        public void setLocalityName​(java.util.List<LocalityName> localityName)
      • setPostBox

        public void setPostBox​(PostBox postBox)
      • setPostOffice

        public void setPostOffice​(PostOffice postOffice)
      • setPostalCode

        public void setPostalCode​(PostalCode postalCode)
      • setPostalRoute

        public void setPostalRoute​(PostalRoute postalRoute)
      • setPremise

        public void setPremise​(Premise premise)
      • setThoroughfare

        public void setThoroughfare​(Thoroughfare thoroughfare)
      • setType

        public void setType​(java.lang.String type)
      • setUsageType

        public void setUsageType​(java.lang.String usageType)
      • unsetAddressLine

        public void unsetAddressLine()
      • unsetAddressLine

        public boolean unsetAddressLine​(AddressLine addressLine)
      • unsetDependentLocality

        public void unsetDependentLocality()
      • unsetIndicator

        public void unsetIndicator()
      • unsetLargeMailUser

        public void unsetLargeMailUser()
      • unsetLocalityName

        public void unsetLocalityName()
      • unsetLocalityName

        public boolean unsetLocalityName​(LocalityName localityName)
      • unsetPostBox

        public void unsetPostBox()
      • unsetPostOffice

        public void unsetPostOffice()
      • unsetPostalCode

        public void unsetPostalCode()
      • unsetPostalRoute

        public void unsetPostalRoute()
      • unsetPremise

        public void unsetPremise()
      • unsetThoroughfare

        public void unsetThoroughfare()
      • unsetType

        public void unsetType()
      • unsetUsageType

        public void unsetUsageType()
      • isSetParent

        public boolean isSetParent()
        Specified by:
        isSetParent in interface Child
      • unsetParent

        public void unsetParent()
        Specified by:
        unsetParent in interface Child
      • copyTo

        public java.lang.Object copyTo​(java.lang.Object target,
                                       CopyBuilder copyBuilder)
        Specified by:
        copyTo in interface Copyable
      • accept

        public void accept​(XALVisitor visitor)
      • accept

        public <T> T accept​(XALFunctor<T> visitor)