// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 generiert // Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 2016.08.10 um 09:13:50 PM CEST // package oasis.names.tc.ciq.xsdschema.xal._2; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAnyAttribute; import javax.xml.bind.annotation.XmlAnyElement; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.XmlValue; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.namespace.QName; /** * <p>Java-Klasse für SubPremiseType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="SubPremiseType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/> * <element name="SubPremiseName" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="TypeOccurrence"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> * <enumeration value="Before"/> * <enumeration value="After"/> * </restriction> * </simpleType> * </attribute> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </element> * <choice minOccurs="0"> * <element name="SubPremiseLocation"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * </restriction> * </complexContent> * </complexType> * </element> * <element name="SubPremiseNumber" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="Indicator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="IndicatorOccurrence"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> * <enumeration value="Before"/> * <enumeration value="After"/> * </restriction> * </simpleType> * </attribute> * <attribute name="NumberTypeOccurrence"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> * <enumeration value="Before"/> * <enumeration value="After"/> * </restriction> * </simpleType> * </attribute> * <attribute name="PremiseNumberSeparator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </element> * </choice> * <element name="SubPremiseNumberPrefix" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="NumberPrefixSeparator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </element> * <element name="SubPremiseNumberSuffix" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="NumberSuffixSeparator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </element> * <element name="BuildingName" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}BuildingNameType" maxOccurs="unbounded" minOccurs="0"/> * <element name="Firm" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}FirmType" minOccurs="0"/> * <element name="MailStop" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}MailStopType" minOccurs="0"/> * <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PostalCode" minOccurs="0"/> * <element name="SubPremise" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}SubPremiseType" minOccurs="0"/> * <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SubPremiseType", propOrder = { "addressLine", "subPremiseName", "subPremiseLocation", "subPremiseNumber", "subPremiseNumberPrefix", "subPremiseNumberSuffix", "buildingName", "firm", "mailStop", "postalCode", "subPremise", "any" }) public class SubPremiseType { @XmlElement(name = "AddressLine") protected List<AddressLineElement> addressLine; @XmlElement(name = "SubPremiseName") protected List<SubPremiseType.SubPremiseName> subPremiseName; @XmlElement(name = "SubPremiseLocation") protected SubPremiseType.SubPremiseLocation subPremiseLocation; @XmlElement(name = "SubPremiseNumber") protected List<SubPremiseType.SubPremiseNumber> subPremiseNumber; @XmlElement(name = "SubPremiseNumberPrefix") protected List<SubPremiseType.SubPremiseNumberPrefix> subPremiseNumberPrefix; @XmlElement(name = "SubPremiseNumberSuffix") protected List<SubPremiseType.SubPremiseNumberSuffix> subPremiseNumberSuffix; @XmlElement(name = "BuildingName") protected List<BuildingNameType> buildingName; @XmlElement(name = "Firm") protected FirmType firm; @XmlElement(name = "MailStop") protected MailStopType mailStop; @XmlElement(name = "PostalCode") protected PostalCodeElement postalCode; @XmlElement(name = "SubPremise") protected SubPremiseType subPremise; @XmlAnyElement(lax = true) protected List<Object> any; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAnyAttribute private Map<QName, String> otherAttributes = new HashMap<QName, String>(); /** * Gets the value of the addressLine property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the addressLine property. * * <p> * For example, to add a new item, do as follows: * <pre> * getAddressLine().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link AddressLineElement } * * */ public List<AddressLineElement> getAddressLine() { if (addressLine == null) { addressLine = new ArrayList<AddressLineElement>(); } return this.addressLine; } public boolean isSetAddressLine() { return ((this.addressLine!= null)&&(!this.addressLine.isEmpty())); } public void unsetAddressLine() { this.addressLine = null; } /** * Gets the value of the subPremiseName property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the subPremiseName property. * * <p> * For example, to add a new item, do as follows: * <pre> * getSubPremiseName().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link SubPremiseType.SubPremiseName } * * */ public List<SubPremiseType.SubPremiseName> getSubPremiseName() { if (subPremiseName == null) { subPremiseName = new ArrayList<SubPremiseType.SubPremiseName>(); } return this.subPremiseName; } public boolean isSetSubPremiseName() { return ((this.subPremiseName!= null)&&(!this.subPremiseName.isEmpty())); } public void unsetSubPremiseName() { this.subPremiseName = null; } /** * Ruft den Wert der subPremiseLocation-Eigenschaft ab. * * @return * possible object is * {@link SubPremiseType.SubPremiseLocation } * */ public SubPremiseType.SubPremiseLocation getSubPremiseLocation() { return subPremiseLocation; } /** * Legt den Wert der subPremiseLocation-Eigenschaft fest. * * @param value * allowed object is * {@link SubPremiseType.SubPremiseLocation } * */ public void setSubPremiseLocation(SubPremiseType.SubPremiseLocation value) { this.subPremiseLocation = value; } public boolean isSetSubPremiseLocation() { return (this.subPremiseLocation!= null); } /** * Gets the value of the subPremiseNumber property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the subPremiseNumber property. * * <p> * For example, to add a new item, do as follows: * <pre> * getSubPremiseNumber().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link SubPremiseType.SubPremiseNumber } * * */ public List<SubPremiseType.SubPremiseNumber> getSubPremiseNumber() { if (subPremiseNumber == null) { subPremiseNumber = new ArrayList<SubPremiseType.SubPremiseNumber>(); } return this.subPremiseNumber; } public boolean isSetSubPremiseNumber() { return ((this.subPremiseNumber!= null)&&(!this.subPremiseNumber.isEmpty())); } public void unsetSubPremiseNumber() { this.subPremiseNumber = null; } /** * Gets the value of the subPremiseNumberPrefix property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the subPremiseNumberPrefix property. * * <p> * For example, to add a new item, do as follows: * <pre> * getSubPremiseNumberPrefix().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link SubPremiseType.SubPremiseNumberPrefix } * * */ public List<SubPremiseType.SubPremiseNumberPrefix> getSubPremiseNumberPrefix() { if (subPremiseNumberPrefix == null) { subPremiseNumberPrefix = new ArrayList<SubPremiseType.SubPremiseNumberPrefix>(); } return this.subPremiseNumberPrefix; } public boolean isSetSubPremiseNumberPrefix() { return ((this.subPremiseNumberPrefix!= null)&&(!this.subPremiseNumberPrefix.isEmpty())); } public void unsetSubPremiseNumberPrefix() { this.subPremiseNumberPrefix = null; } /** * Gets the value of the subPremiseNumberSuffix property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the subPremiseNumberSuffix property. * * <p> * For example, to add a new item, do as follows: * <pre> * getSubPremiseNumberSuffix().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link SubPremiseType.SubPremiseNumberSuffix } * * */ public List<SubPremiseType.SubPremiseNumberSuffix> getSubPremiseNumberSuffix() { if (subPremiseNumberSuffix == null) { subPremiseNumberSuffix = new ArrayList<SubPremiseType.SubPremiseNumberSuffix>(); } return this.subPremiseNumberSuffix; } public boolean isSetSubPremiseNumberSuffix() { return ((this.subPremiseNumberSuffix!= null)&&(!this.subPremiseNumberSuffix.isEmpty())); } public void unsetSubPremiseNumberSuffix() { this.subPremiseNumberSuffix = null; } /** * Gets the value of the buildingName property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the buildingName property. * * <p> * For example, to add a new item, do as follows: * <pre> * getBuildingName().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link BuildingNameType } * * */ public List<BuildingNameType> getBuildingName() { if (buildingName == null) { buildingName = new ArrayList<BuildingNameType>(); } return this.buildingName; } public boolean isSetBuildingName() { return ((this.buildingName!= null)&&(!this.buildingName.isEmpty())); } public void unsetBuildingName() { this.buildingName = null; } /** * Ruft den Wert der firm-Eigenschaft ab. * * @return * possible object is * {@link FirmType } * */ public FirmType getFirm() { return firm; } /** * Legt den Wert der firm-Eigenschaft fest. * * @param value * allowed object is * {@link FirmType } * */ public void setFirm(FirmType value) { this.firm = value; } public boolean isSetFirm() { return (this.firm!= null); } /** * Ruft den Wert der mailStop-Eigenschaft ab. * * @return * possible object is * {@link MailStopType } * */ public MailStopType getMailStop() { return mailStop; } /** * Legt den Wert der mailStop-Eigenschaft fest. * * @param value * allowed object is * {@link MailStopType } * */ public void setMailStop(MailStopType value) { this.mailStop = value; } public boolean isSetMailStop() { return (this.mailStop!= null); } /** * Ruft den Wert der postalCode-Eigenschaft ab. * * @return * possible object is * {@link PostalCodeElement } * */ public PostalCodeElement getPostalCode() { return postalCode; } /** * Legt den Wert der postalCode-Eigenschaft fest. * * @param value * allowed object is * {@link PostalCodeElement } * */ public void setPostalCode(PostalCodeElement value) { this.postalCode = value; } public boolean isSetPostalCode() { return (this.postalCode!= null); } /** * Ruft den Wert der subPremise-Eigenschaft ab. * * @return * possible object is * {@link SubPremiseType } * */ public SubPremiseType getSubPremise() { return subPremise; } /** * Legt den Wert der subPremise-Eigenschaft fest. * * @param value * allowed object is * {@link SubPremiseType } * */ public void setSubPremise(SubPremiseType value) { this.subPremise = value; } public boolean isSetSubPremise() { return (this.subPremise!= null); } /** * Gets the value of the any property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the any property. * * <p> * For example, to add a new item, do as follows: * <pre> * getAny().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Object } * * */ public List<Object> getAny() { if (any == null) { any = new ArrayList<Object>(); } return this.any; } public boolean isSetAny() { return ((this.any!= null)&&(!this.any.isEmpty())); } public void unsetAny() { this.any = null; } /** * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } public boolean isSetType() { return (this.type!= null); } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * * <p> * the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map<QName, String> getOtherAttributes() { return otherAttributes; } public void setAddressLine(List<AddressLineElement> value) { this.addressLine = value; } public void setSubPremiseName(List<SubPremiseType.SubPremiseName> value) { this.subPremiseName = value; } public void setSubPremiseNumber(List<SubPremiseType.SubPremiseNumber> value) { this.subPremiseNumber = value; } public void setSubPremiseNumberPrefix(List<SubPremiseType.SubPremiseNumberPrefix> value) { this.subPremiseNumberPrefix = value; } public void setSubPremiseNumberSuffix(List<SubPremiseType.SubPremiseNumberSuffix> value) { this.subPremiseNumberSuffix = value; } public void setBuildingName(List<BuildingNameType> value) { this.buildingName = value; } public void setAny(List<Object> value) { this.any = value; } /** * <p>Java-Klasse für anonymous complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class SubPremiseLocation { @XmlValue protected String content; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; /** * Ruft den Wert der content-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getContent() { return content; } /** * Legt den Wert der content-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setContent(String value) { this.content = value; } public boolean isSetContent() { return (this.content!= null); } /** * Ruft den Wert der code-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Legt den Wert der code-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } public boolean isSetCode() { return (this.code!= null); } } /** * <p>Java-Klasse für anonymous complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="TypeOccurrence"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> * <enumeration value="Before"/> * <enumeration value="After"/> * </restriction> * </simpleType> * </attribute> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class SubPremiseName { @XmlValue protected String content; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAttribute(name = "TypeOccurrence") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String typeOccurrence; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAnyAttribute private Map<QName, String> otherAttributes = new HashMap<QName, String>(); /** * Ruft den Wert der content-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getContent() { return content; } /** * Legt den Wert der content-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setContent(String value) { this.content = value; } public boolean isSetContent() { return (this.content!= null); } /** * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } public boolean isSetType() { return (this.type!= null); } /** * Ruft den Wert der typeOccurrence-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getTypeOccurrence() { return typeOccurrence; } /** * Legt den Wert der typeOccurrence-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setTypeOccurrence(String value) { this.typeOccurrence = value; } public boolean isSetTypeOccurrence() { return (this.typeOccurrence!= null); } /** * Ruft den Wert der code-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Legt den Wert der code-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } public boolean isSetCode() { return (this.code!= null); } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * * <p> * the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map<QName, String> getOtherAttributes() { return otherAttributes; } } /** * <p>Java-Klasse für anonymous complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="Indicator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="IndicatorOccurrence"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> * <enumeration value="Before"/> * <enumeration value="After"/> * </restriction> * </simpleType> * </attribute> * <attribute name="NumberTypeOccurrence"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> * <enumeration value="Before"/> * <enumeration value="After"/> * </restriction> * </simpleType> * </attribute> * <attribute name="PremiseNumberSeparator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class SubPremiseNumber { @XmlValue protected String content; @XmlAttribute(name = "Indicator") @XmlSchemaType(name = "anySimpleType") protected String indicator; @XmlAttribute(name = "IndicatorOccurrence") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String indicatorOccurrence; @XmlAttribute(name = "NumberTypeOccurrence") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String numberTypeOccurrence; @XmlAttribute(name = "PremiseNumberSeparator") @XmlSchemaType(name = "anySimpleType") protected String premiseNumberSeparator; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAnyAttribute private Map<QName, String> otherAttributes = new HashMap<QName, String>(); /** * Ruft den Wert der content-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getContent() { return content; } /** * Legt den Wert der content-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setContent(String value) { this.content = value; } public boolean isSetContent() { return (this.content!= null); } /** * Ruft den Wert der indicator-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getIndicator() { return indicator; } /** * Legt den Wert der indicator-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setIndicator(String value) { this.indicator = value; } public boolean isSetIndicator() { return (this.indicator!= null); } /** * Ruft den Wert der indicatorOccurrence-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getIndicatorOccurrence() { return indicatorOccurrence; } /** * Legt den Wert der indicatorOccurrence-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setIndicatorOccurrence(String value) { this.indicatorOccurrence = value; } public boolean isSetIndicatorOccurrence() { return (this.indicatorOccurrence!= null); } /** * Ruft den Wert der numberTypeOccurrence-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getNumberTypeOccurrence() { return numberTypeOccurrence; } /** * Legt den Wert der numberTypeOccurrence-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setNumberTypeOccurrence(String value) { this.numberTypeOccurrence = value; } public boolean isSetNumberTypeOccurrence() { return (this.numberTypeOccurrence!= null); } /** * Ruft den Wert der premiseNumberSeparator-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getPremiseNumberSeparator() { return premiseNumberSeparator; } /** * Legt den Wert der premiseNumberSeparator-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setPremiseNumberSeparator(String value) { this.premiseNumberSeparator = value; } public boolean isSetPremiseNumberSeparator() { return (this.premiseNumberSeparator!= null); } /** * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } public boolean isSetType() { return (this.type!= null); } /** * Ruft den Wert der code-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Legt den Wert der code-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } public boolean isSetCode() { return (this.code!= null); } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * * <p> * the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map<QName, String> getOtherAttributes() { return otherAttributes; } } /** * <p>Java-Klasse für anonymous complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="NumberPrefixSeparator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class SubPremiseNumberPrefix { @XmlValue protected String content; @XmlAttribute(name = "NumberPrefixSeparator") @XmlSchemaType(name = "anySimpleType") protected String numberPrefixSeparator; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAnyAttribute private Map<QName, String> otherAttributes = new HashMap<QName, String>(); /** * Ruft den Wert der content-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getContent() { return content; } /** * Legt den Wert der content-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setContent(String value) { this.content = value; } public boolean isSetContent() { return (this.content!= null); } /** * Ruft den Wert der numberPrefixSeparator-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getNumberPrefixSeparator() { return numberPrefixSeparator; } /** * Legt den Wert der numberPrefixSeparator-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setNumberPrefixSeparator(String value) { this.numberPrefixSeparator = value; } public boolean isSetNumberPrefixSeparator() { return (this.numberPrefixSeparator!= null); } /** * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } public boolean isSetType() { return (this.type!= null); } /** * Ruft den Wert der code-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Legt den Wert der code-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } public boolean isSetCode() { return (this.code!= null); } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * * <p> * the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map<QName, String> getOtherAttributes() { return otherAttributes; } } /** * <p>Java-Klasse für anonymous complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/> * <attribute name="NumberSuffixSeparator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <anyAttribute namespace='##other'/> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class SubPremiseNumberSuffix { @XmlValue protected String content; @XmlAttribute(name = "NumberSuffixSeparator") @XmlSchemaType(name = "anySimpleType") protected String numberSuffixSeparator; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAnyAttribute private Map<QName, String> otherAttributes = new HashMap<QName, String>(); /** * Ruft den Wert der content-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getContent() { return content; } /** * Legt den Wert der content-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setContent(String value) { this.content = value; } public boolean isSetContent() { return (this.content!= null); } /** * Ruft den Wert der numberSuffixSeparator-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getNumberSuffixSeparator() { return numberSuffixSeparator; } /** * Legt den Wert der numberSuffixSeparator-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setNumberSuffixSeparator(String value) { this.numberSuffixSeparator = value; } public boolean isSetNumberSuffixSeparator() { return (this.numberSuffixSeparator!= null); } /** * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } public boolean isSetType() { return (this.type!= null); } /** * Ruft den Wert der code-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Legt den Wert der code-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } public boolean isSetCode() { return (this.code!= null); } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * * <p> * the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map<QName, String> getOtherAttributes() { return otherAttributes; } } }