Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.PostalRouteType
-
-
Uses of PostalRouteType in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as PostalRouteType Modifier and Type Field Description protected PostalRouteTypeDependentLocalityType. postalRouteprotected PostalRouteTypeLocality. postalRouteprotected PostalRouteTypePostOffice. postalRouteMethods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type PostalRouteType Modifier and Type Method Description voidDependentLocalityType. setPostalRoute(PostalRouteType value)Sets the value of the postalRoute property.voidLocality. setPostalRoute(PostalRouteType value)Sets the value of the postalRoute property.voidPostOffice. setPostalRoute(PostalRouteType value)Sets the value of the postalRoute property.DependentLocalityTypeDependentLocalityType. withPostalRoute(PostalRouteType value)LocalityLocality. withPostalRoute(PostalRouteType value)PostOfficePostOffice. withPostalRoute(PostalRouteType value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type PostalRouteType 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 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 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
-