Uses of Class
org.bremersee.oasis.xal.PostBox
Packages that use PostBox
-
Uses of PostBox in org.bremersee.oasis.xal
Fields in org.bremersee.oasis.xal declared as PostBoxModifier and TypeFieldDescriptionprotected PostBoxDependentLocalityType.postBoxprotected PostBoxLargeMailUserType.postBoxprotected PostBoxLocality.postBoxprotected PostBoxPostalRouteType.postBoxprotected PostBoxPostOffice.postBoxMethods in org.bremersee.oasis.xal that return PostBoxModifier and TypeMethodDescriptionObjectFactory.createPostBox()Create an instance ofPostBoxDependentLocalityType.getPostBox()Gets the value of the postBox property.LargeMailUserType.getPostBox()Gets the value of the postBox property.Locality.getPostBox()Gets the value of the postBox property.PostalRouteType.getPostBox()Gets the value of the postBox property.PostOffice.getPostBox()Gets the value of the postBox property.Methods in org.bremersee.oasis.xal with parameters of type PostBoxModifier and TypeMethodDescriptionvoidDependentLocalityType.setPostBox(PostBox value) Sets the value of the postBox property.voidLargeMailUserType.setPostBox(PostBox value) Sets the value of the postBox property.voidLocality.setPostBox(PostBox value) Sets the value of the postBox property.voidPostalRouteType.setPostBox(PostBox value) Sets the value of the postBox property.voidPostOffice.setPostBox(PostBox value) Sets the value of the postBox property.