Class PremiseNumberPrefix

    • Constructor Detail

      • PremiseNumberPrefix

        public PremiseNumberPrefix()
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • getType

        public java.lang.String getType()
      • getNumberPrefixSeparator

        public java.lang.String getNumberPrefixSeparator()
      • isSetValue

        public boolean isSetValue()
      • isSetType

        public boolean isSetType()
      • isSetNumberPrefixSeparator

        public boolean isSetNumberPrefixSeparator()
      • setValue

        public void setValue​(java.lang.String value)
      • setType

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

        public void setNumberPrefixSeparator​(java.lang.String numberPrefixSeparator)
      • unsetValue

        public void unsetValue()
      • unsetType

        public void unsetType()
      • unsetNumberPrefixSeparator

        public void unsetNumberPrefixSeparator()
      • getCode

        public java.lang.String getCode()
        Specified by:
        getCode in interface GrPostal
      • isSetCode

        public boolean isSetCode()
        Specified by:
        isSetCode in interface GrPostal
      • setCode

        public void setCode​(java.lang.String code)
        Specified by:
        setCode in interface GrPostal
      • unsetCode

        public void unsetCode()
        Specified by:
        unsetCode in interface GrPostal
      • 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)