Class PostalRoute

    • Constructor Detail

      • PostalRoute

        public PostalRoute()
    • Method Detail

      • addAddressLine

        public void addAddressLine​(AddressLine addressLine)
      • addPostalRouteName

        public void addPostalRouteName​(PostalRouteName postalRouteName)
      • getAddressLine

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

        public PostBox getPostBox()
      • getPostalRouteName

        public java.util.List<PostalRouteName> getPostalRouteName()
      • getType

        public java.lang.String getType()
      • isSetAddressLine

        public boolean isSetAddressLine()
      • isSetPostBox

        public boolean isSetPostBox()
      • isSetPostalRouteName

        public boolean isSetPostalRouteName()
      • isSetPostalRouteNumber

        public boolean isSetPostalRouteNumber()
      • isSetType

        public boolean isSetType()
      • setAddressLine

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

        public void setPostBox​(PostBox postBox)
      • setPostalRouteName

        public void setPostalRouteName​(java.util.List<PostalRouteName> postalRouteName)
      • setPostalRouteNumber

        public void setPostalRouteNumber​(PostalRouteNumber postalRouteNumber)
      • setType

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

        public void unsetAddressLine()
      • unsetAddressLine

        public boolean unsetAddressLine​(AddressLine addressLine)
      • unsetPostBox

        public void unsetPostBox()
      • unsetPostalRouteName

        public void unsetPostalRouteName()
      • unsetPostalRouteName

        public boolean unsetPostalRouteName​(PostalRouteName postalRouteName)
      • unsetPostalRouteNumber

        public void unsetPostalRouteNumber()
      • unsetType

        public void unsetType()
      • 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)