Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.SubPremiseType
-
-
Uses of SubPremiseType in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as SubPremiseType Modifier and Type Field Description protected SubPremiseTypeSubPremiseType. subPremiseFields in org.hisrc.w3c.oasis.xal.v_2_0 with type parameters of type SubPremiseType Modifier and Type Field Description protected List<SubPremiseType>Premise. subPremiseMethods in org.hisrc.w3c.oasis.xal.v_2_0 that return types with arguments of type SubPremiseType Modifier and Type Method Description List<SubPremiseType>Premise. getSubPremise()Gets the value of the subPremise property.Methods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type SubPremiseType Modifier and Type Method Description voidSubPremiseType. setSubPremise(SubPremiseType value)Sets the value of the subPremise property.PremisePremise. withSubPremise(SubPremiseType... values)SubPremiseTypeSubPremiseType. withSubPremise(SubPremiseType value)Method parameters in org.hisrc.w3c.oasis.xal.v_2_0 with type arguments of type SubPremiseType Modifier and Type Method Description voidPremise. setSubPremise(List<SubPremiseType> value)PremisePremise. withSubPremise(Collection<SubPremiseType> values)PremisePremise. withSubPremise(List<SubPremiseType> value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type SubPremiseType Constructor Description SubPremiseType(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
-