Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.PostBox
-
-
Uses of PostBox in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as PostBox Modifier and Type Field Description protected PostBoxDependentLocalityType. postBoxprotected PostBoxLargeMailUserType. postBoxprotected PostBoxLocality. postBoxprotected PostBoxPostalRouteType. postBoxprotected PostBoxPostOffice. postBoxMethods in org.hisrc.w3c.oasis.xal.v_2_0 that return PostBox Modifier and Type Method Description PostBoxObjectFactory. createPostBox()Create an instance ofPostBoxPostBoxDependentLocalityType. getPostBox()Gets the value of the postBox property.PostBoxLargeMailUserType. getPostBox()Gets the value of the postBox property.PostBoxLocality. getPostBox()Gets the value of the postBox property.PostBoxPostalRouteType. getPostBox()Gets the value of the postBox property.PostBoxPostOffice. getPostBox()Gets the value of the postBox property.PostBoxPostBox. withAddressLine(Collection<AddressLine> values)PostBoxPostBox. withAddressLine(List<AddressLine> value)PostBoxPostBox. withAddressLine(AddressLine... values)PostBoxPostBox. withAny(Object... values)PostBoxPostBox. withAny(Collection<Object> values)PostBoxPostBox. withAny(List<Object> value)PostBoxPostBox. withFirm(FirmType value)PostBoxPostBox. withIndicator(String value)PostBoxPostBox. withPostalCode(PostalCode value)PostBoxPostBox. withPostBoxNumber(PostBox.PostBoxNumber value)PostBoxPostBox. withPostBoxNumberExtension(PostBox.PostBoxNumberExtension value)PostBoxPostBox. withPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix value)PostBoxPostBox. withPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix value)PostBoxPostBox. withType(String value)Methods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type PostBox Modifier and Type Method Description voidDependentLocalityType. 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.DependentLocalityTypeDependentLocalityType. withPostBox(PostBox value)LargeMailUserTypeLargeMailUserType. withPostBox(PostBox value)LocalityLocality. withPostBox(PostBox value)PostalRouteTypePostalRouteType. withPostBox(PostBox value)PostOfficePostOffice. withPostBox(PostBox value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type PostBox Constructor Description DependentLocalityType(List<AddressLine> addressLine, List<DependentLocalityType.DependentLocalityName> dependentLocalityName, DependentLocalityType.DependentLocalityNumber dependentLocalityNumber, PostBox postBox, LargeMailUserType largeMailUser, PostOffice postOffice, PostalRouteType postalRoute, Thoroughfare thoroughfare, Premise premise, DependentLocalityType dependentLocality, PostalCode postalCode, List<Object> any, String type, String usageType, String connector, String indicator, Map<QName,String> otherAttributes)Fully-initialising value constructorLargeMailUserType(List<AddressLine> addressLine, List<LargeMailUserType.LargeMailUserName> largeMailUserName, LargeMailUserType.LargeMailUserIdentifier largeMailUserIdentifier, List<BuildingNameType> buildingName, Department department, PostBox postBox, Thoroughfare thoroughfare, PostalCode postalCode, List<Object> any, String type, Map<QName,String> otherAttributes)Fully-initialising value constructorLocality(List<AddressLine> addressLine, List<Locality.LocalityName> localityName, PostBox postBox, LargeMailUserType largeMailUser, PostOffice postOffice, PostalRouteType postalRoute, Thoroughfare thoroughfare, Premise premise, DependentLocalityType dependentLocality, PostalCode postalCode, List<Object> any, String type, String usageType, String indicator, Map<QName,String> otherAttributes)Fully-initialising value constructorPostalRouteType(List<AddressLine> addressLine, List<PostalRouteType.PostalRouteName> postalRouteName, PostalRouteType.PostalRouteNumber postalRouteNumber, PostBox postBox, List<Object> any, String type, Map<QName,String> otherAttributes)Fully-initialising value constructorPostOffice(List<AddressLine> addressLine, List<PostOffice.PostOfficeName> postOfficeName, PostOffice.PostOfficeNumber postOfficeNumber, PostalRouteType postalRoute, PostBox postBox, PostalCode postalCode, List<Object> any, String type, String indicator, Map<QName,String> otherAttributes)Fully-initialising value constructor
-