Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.MailStopType
-
-
Uses of MailStopType in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as MailStopType Modifier and Type Field Description protected MailStopTypeDepartment. mailStopprotected MailStopTypeFirmType. mailStopprotected MailStopTypePremise. mailStopprotected MailStopTypeSubPremiseType. mailStopMethods in org.hisrc.w3c.oasis.xal.v_2_0 that return MailStopType Modifier and Type Method Description MailStopTypeObjectFactory. createMailStopType()Create an instance ofMailStopTypeMailStopTypeDepartment. getMailStop()Gets the value of the mailStop property.MailStopTypeFirmType. getMailStop()Gets the value of the mailStop property.MailStopTypePremise. getMailStop()Gets the value of the mailStop property.MailStopTypeSubPremiseType. getMailStop()Gets the value of the mailStop property.MailStopTypeMailStopType. withAddressLine(Collection<AddressLine> values)MailStopTypeMailStopType. withAddressLine(List<AddressLine> value)MailStopTypeMailStopType. withAddressLine(AddressLine... values)MailStopTypeMailStopType. withAny(Object... values)MailStopTypeMailStopType. withAny(Collection<Object> values)MailStopTypeMailStopType. withAny(List<Object> value)MailStopTypeMailStopType. withMailStopName(MailStopType.MailStopName value)MailStopTypeMailStopType. withMailStopNumber(MailStopType.MailStopNumber value)MailStopTypeMailStopType. withType(String value)Methods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type MailStopType Modifier and Type Method Description voidDepartment. setMailStop(MailStopType value)Sets the value of the mailStop property.voidFirmType. setMailStop(MailStopType value)Sets the value of the mailStop property.voidPremise. setMailStop(MailStopType value)Sets the value of the mailStop property.voidSubPremiseType. setMailStop(MailStopType value)Sets the value of the mailStop property.DepartmentDepartment. withMailStop(MailStopType value)FirmTypeFirmType. withMailStop(MailStopType value)PremisePremise. withMailStop(MailStopType value)SubPremiseTypeSubPremiseType. withMailStop(MailStopType value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type MailStopType Constructor Description Department(List<AddressLine> addressLine, List<Department.DepartmentName> departmentName, MailStopType mailStop, PostalCode postalCode, List<Object> any, String type, Map<QName,String> otherAttributes)Fully-initialising value constructorFirmType(List<AddressLine> addressLine, List<FirmType.FirmName> firmName, List<Department> department, MailStopType mailStop, PostalCode postalCode, List<Object> any, String type, 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 constructor
-