Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.FirmType
-
-
Uses of FirmType in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as FirmType Modifier and Type Field Description protected FirmTypePostBox. firmprotected FirmTypePremise. firmprotected FirmTypeSubPremiseType. firmprotected FirmTypeThoroughfare. firmMethods in org.hisrc.w3c.oasis.xal.v_2_0 that return FirmType Modifier and Type Method Description FirmTypeObjectFactory. createFirmType()Create an instance ofFirmTypeFirmTypePostBox. getFirm()Gets the value of the firm property.FirmTypePremise. getFirm()Gets the value of the firm property.FirmTypeSubPremiseType. getFirm()Gets the value of the firm property.FirmTypeThoroughfare. getFirm()Gets the value of the firm property.FirmTypeFirmType. withAddressLine(Collection<AddressLine> values)FirmTypeFirmType. withAddressLine(List<AddressLine> value)FirmTypeFirmType. withAddressLine(AddressLine... values)FirmTypeFirmType. withAny(Object... values)FirmTypeFirmType. withAny(Collection<Object> values)FirmTypeFirmType. withAny(List<Object> value)FirmTypeFirmType. withDepartment(Collection<Department> values)FirmTypeFirmType. withDepartment(List<Department> value)FirmTypeFirmType. withDepartment(Department... values)FirmTypeFirmType. withFirmName(Collection<FirmType.FirmName> values)FirmTypeFirmType. withFirmName(List<FirmType.FirmName> value)FirmTypeFirmType. withFirmName(FirmType.FirmName... values)FirmTypeFirmType. withMailStop(MailStopType value)FirmTypeFirmType. withPostalCode(PostalCode value)FirmTypeFirmType. withType(String value)Methods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type FirmType Modifier and Type Method Description voidPostBox. setFirm(FirmType value)Sets the value of the firm property.voidPremise. setFirm(FirmType value)Sets the value of the firm property.voidSubPremiseType. setFirm(FirmType value)Sets the value of the firm property.voidThoroughfare. setFirm(FirmType value)Sets the value of the firm property.PostBoxPostBox. withFirm(FirmType value)PremisePremise. withFirm(FirmType value)SubPremiseTypeSubPremiseType. withFirm(FirmType value)ThoroughfareThoroughfare. withFirm(FirmType value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type FirmType Constructor Description PostBox(List<AddressLine> addressLine, PostBox.PostBoxNumber postBoxNumber, PostBox.PostBoxNumberPrefix postBoxNumberPrefix, PostBox.PostBoxNumberSuffix postBoxNumberSuffix, PostBox.PostBoxNumberExtension postBoxNumberExtension, FirmType firm, PostalCode postalCode, List<Object> any, String type, String indicator, Map<QName,String> otherAttributes)Fully-initialising value constructorPremise(List<AddressLine> addressLine, List<Premise.PremiseName> premiseName, Premise.PremiseLocation premiseLocation, List<PremiseNumber> premiseNumber, Premise.PremiseNumberRange premiseNumberRange, List<PremiseNumberPrefix> premiseNumberPrefix, List<PremiseNumberSuffix> premiseNumberSuffix, List<BuildingNameType> buildingName, List<SubPremiseType> subPremise, FirmType firm, MailStopType mailStop, PostalCode postalCode, Premise premise, List<Object> any, String type, String premiseDependency, String premiseDependencyType, String premiseThoroughfareConnector, Map<QName,String> otherAttributes)Fully-initialising value constructorSubPremiseType(List<AddressLine> addressLine, List<SubPremiseType.SubPremiseName> subPremiseName, SubPremiseType.SubPremiseLocation subPremiseLocation, List<SubPremiseType.SubPremiseNumber> subPremiseNumber, List<SubPremiseType.SubPremiseNumberPrefix> subPremiseNumberPrefix, List<SubPremiseType.SubPremiseNumberSuffix> subPremiseNumberSuffix, List<BuildingNameType> buildingName, FirmType firm, MailStopType mailStop, PostalCode postalCode, SubPremiseType subPremise, List<Object> any, String type, Map<QName,String> otherAttributes)Fully-initialising value constructorThoroughfare(List<AddressLine> addressLine, List<Object> thoroughfareNumberOrThoroughfareNumberRange, List<ThoroughfareNumberPrefix> thoroughfareNumberPrefix, List<ThoroughfareNumberSuffix> thoroughfareNumberSuffix, ThoroughfarePreDirectionType thoroughfarePreDirection, ThoroughfareLeadingTypeType thoroughfareLeadingType, List<ThoroughfareNameType> thoroughfareName, ThoroughfareTrailingTypeType thoroughfareTrailingType, ThoroughfarePostDirectionType thoroughfarePostDirection, Thoroughfare.DependentThoroughfare dependentThoroughfare, DependentLocalityType dependentLocality, Premise premise, FirmType firm, PostalCode postalCode, List<Object> any, String type, String dependentThoroughfares, String dependentThoroughfaresIndicator, String dependentThoroughfaresConnector, String dependentThoroughfaresType, Map<QName,String> otherAttributes)Fully-initialising value constructor
-