Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.PostOffice
-
-
Uses of PostOffice in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as PostOffice Modifier and Type Field Description protected PostOfficeAdministrativeArea. postOfficeprotected PostOfficeAdministrativeArea.SubAdministrativeArea. postOfficeprotected PostOfficeDependentLocalityType. postOfficeprotected PostOfficeLocality. postOfficeMethods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type PostOffice Modifier and Type Method Description voidAdministrativeArea. setPostOffice(PostOffice value)Sets the value of the postOffice property.voidAdministrativeArea.SubAdministrativeArea. setPostOffice(PostOffice value)Sets the value of the postOffice property.voidDependentLocalityType. setPostOffice(PostOffice value)Sets the value of the postOffice property.voidLocality. setPostOffice(PostOffice value)Sets the value of the postOffice property.AdministrativeArea.SubAdministrativeAreaAdministrativeArea.SubAdministrativeArea. withPostOffice(PostOffice value)AdministrativeAreaAdministrativeArea. withPostOffice(PostOffice value)DependentLocalityTypeDependentLocalityType. withPostOffice(PostOffice value)LocalityLocality. withPostOffice(PostOffice value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type PostOffice Constructor Description AdministrativeArea(List<AddressLine> addressLine, List<AdministrativeArea.AdministrativeAreaName> administrativeAreaName, AdministrativeArea.SubAdministrativeArea subAdministrativeArea, Locality locality, PostOffice postOffice, PostalCode postalCode, List<Object> any, String type, String usageType, String indicator, Map<QName,String> otherAttributes)Fully-initialising value constructorDependentLocalityType(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 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 constructorSubAdministrativeArea(List<AddressLine> addressLine, List<AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName> subAdministrativeAreaName, Locality locality, PostOffice postOffice, PostalCode postalCode, List<Object> any, String type, String usageType, String indicator, Map<QName,String> otherAttributes)Fully-initialising value constructor
-