Package org.bremersee.oasis.xal
Class Premise.PremiseNumberRange
java.lang.Object
org.bremersee.oasis.xal.Premise.PremiseNumberRange
- All Implemented Interfaces:
Serializable
- Enclosing class:
Premise
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PremiseNumberRangeFrom">
<complexType>
<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 ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumber" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="PremiseNumberRangeTo">
<complexType>
<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 ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumber" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="RangeType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Indicator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Separator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="IndicatorOccurence">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Before"/>
<enumeration value="After"/>
</restriction>
</simpleType>
</attribute>
<attribute name="NumberRangeOccurence">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="BeforeName"/>
<enumeration value="AfterName"/>
<enumeration value="BeforeType"/>
<enumeration value="AfterType"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indicator property.Gets the value of the indicatorOccurence property.Gets the value of the numberRangeOccurence property.Gets the value of the premiseNumberRangeFrom property.Gets the value of the premiseNumberRangeTo property.Gets the value of the rangeType property.Gets the value of the separator property.getType()Gets the value of the type property.voidsetIndicator(String value) Sets the value of the indicator property.voidsetIndicatorOccurence(String value) Sets the value of the indicatorOccurence property.voidsetNumberRangeOccurence(String value) Sets the value of the numberRangeOccurence property.voidSets the value of the premiseNumberRangeFrom property.voidSets the value of the premiseNumberRangeTo property.voidsetRangeType(String value) Sets the value of the rangeType property.voidsetSeparator(String value) Sets the value of the separator property.voidSets the value of the type property.
-
Field Details
-
premiseNumberRangeFrom
-
premiseNumberRangeTo
-
rangeType
-
indicator
-
separator
-
type
-
indicatorOccurence
-
numberRangeOccurence
-
-
Constructor Details
-
PremiseNumberRange
public PremiseNumberRange()
-
-
Method Details
-
getPremiseNumberRangeFrom
Gets the value of the premiseNumberRangeFrom property.- Returns:
- possible object is
Premise.PremiseNumberRange.PremiseNumberRangeFrom
-
setPremiseNumberRangeFrom
Sets the value of the premiseNumberRangeFrom property.- Parameters:
value- allowed object isPremise.PremiseNumberRange.PremiseNumberRangeFrom
-
getPremiseNumberRangeTo
Gets the value of the premiseNumberRangeTo property.- Returns:
- possible object is
Premise.PremiseNumberRange.PremiseNumberRangeTo
-
setPremiseNumberRangeTo
Sets the value of the premiseNumberRangeTo property.- Parameters:
value- allowed object isPremise.PremiseNumberRange.PremiseNumberRangeTo
-
getRangeType
Gets the value of the rangeType property.- Returns:
- possible object is
String
-
setRangeType
Sets the value of the rangeType property.- Parameters:
value- allowed object isString
-
getIndicator
Gets the value of the indicator property.- Returns:
- possible object is
String
-
setIndicator
Sets the value of the indicator property.- Parameters:
value- allowed object isString
-
getSeparator
Gets the value of the separator property.- Returns:
- possible object is
String
-
setSeparator
Sets the value of the separator property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getIndicatorOccurence
Gets the value of the indicatorOccurence property.- Returns:
- possible object is
String
-
setIndicatorOccurence
Sets the value of the indicatorOccurence property.- Parameters:
value- allowed object isString
-
getNumberRangeOccurence
Gets the value of the numberRangeOccurence property.- Returns:
- possible object is
String
-
setNumberRangeOccurence
Sets the value of the numberRangeOccurence property.- Parameters:
value- allowed object isString
-