oasis.names.tc.ciq.xsdschema.xal._2
Class Premise.PremiseNumberRange

java.lang.Object
  extended by oasis.names.tc.ciq.xsdschema.xal._2.Premise.PremiseNumberRange
Enclosing class:
Premise

public static class Premise.PremiseNumberRange
extends Object

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>
 


Nested Class Summary
static class Premise.PremiseNumberRange.PremiseNumberRangeFrom
          Java class for anonymous complex type.
static class Premise.PremiseNumberRange.PremiseNumberRangeTo
          Java class for anonymous complex type.
 
Field Summary
protected  String indicator
           
protected  String indicatorOccurence
           
protected  String numberRangeOccurence
           
protected  Premise.PremiseNumberRange.PremiseNumberRangeFrom premiseNumberRangeFrom
           
protected  Premise.PremiseNumberRange.PremiseNumberRangeTo premiseNumberRangeTo
           
protected  String rangeType
           
protected  String separator
           
protected  String type
           
 
Constructor Summary
Premise.PremiseNumberRange()
           
 
Method Summary
 String getIndicator()
          Gets the value of the indicator property.
 String getIndicatorOccurence()
          Gets the value of the indicatorOccurence property.
 String getNumberRangeOccurence()
          Gets the value of the numberRangeOccurence property.
 Premise.PremiseNumberRange.PremiseNumberRangeFrom getPremiseNumberRangeFrom()
          Gets the value of the premiseNumberRangeFrom property.
 Premise.PremiseNumberRange.PremiseNumberRangeTo getPremiseNumberRangeTo()
          Gets the value of the premiseNumberRangeTo property.
 String getRangeType()
          Gets the value of the rangeType property.
 String getSeparator()
          Gets the value of the separator property.
 String getType()
          Gets the value of the type property.
 void setIndicator(String value)
          Sets the value of the indicator property.
 void setIndicatorOccurence(String value)
          Sets the value of the indicatorOccurence property.
 void setNumberRangeOccurence(String value)
          Sets the value of the numberRangeOccurence property.
 void setPremiseNumberRangeFrom(Premise.PremiseNumberRange.PremiseNumberRangeFrom value)
          Sets the value of the premiseNumberRangeFrom property.
 void setPremiseNumberRangeTo(Premise.PremiseNumberRange.PremiseNumberRangeTo value)
          Sets the value of the premiseNumberRangeTo property.
 void setRangeType(String value)
          Sets the value of the rangeType property.
 void setSeparator(String value)
          Sets the value of the separator property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

premiseNumberRangeFrom

protected Premise.PremiseNumberRange.PremiseNumberRangeFrom premiseNumberRangeFrom

premiseNumberRangeTo

protected Premise.PremiseNumberRange.PremiseNumberRangeTo premiseNumberRangeTo

rangeType

protected String rangeType

indicator

protected String indicator

separator

protected String separator

type

protected String type

indicatorOccurence

protected String indicatorOccurence

numberRangeOccurence

protected String numberRangeOccurence
Constructor Detail

Premise.PremiseNumberRange

public Premise.PremiseNumberRange()
Method Detail

getPremiseNumberRangeFrom

public Premise.PremiseNumberRange.PremiseNumberRangeFrom getPremiseNumberRangeFrom()
Gets the value of the premiseNumberRangeFrom property.

Returns:
possible object is Premise.PremiseNumberRange.PremiseNumberRangeFrom

setPremiseNumberRangeFrom

public void setPremiseNumberRangeFrom(Premise.PremiseNumberRange.PremiseNumberRangeFrom value)
Sets the value of the premiseNumberRangeFrom property.

Parameters:
value - allowed object is Premise.PremiseNumberRange.PremiseNumberRangeFrom

getPremiseNumberRangeTo

public Premise.PremiseNumberRange.PremiseNumberRangeTo getPremiseNumberRangeTo()
Gets the value of the premiseNumberRangeTo property.

Returns:
possible object is Premise.PremiseNumberRange.PremiseNumberRangeTo

setPremiseNumberRangeTo

public void setPremiseNumberRangeTo(Premise.PremiseNumberRange.PremiseNumberRangeTo value)
Sets the value of the premiseNumberRangeTo property.

Parameters:
value - allowed object is Premise.PremiseNumberRange.PremiseNumberRangeTo

getRangeType

public String getRangeType()
Gets the value of the rangeType property.

Returns:
possible object is String

setRangeType

public void setRangeType(String value)
Sets the value of the rangeType property.

Parameters:
value - allowed object is String

getIndicator

public String getIndicator()
Gets the value of the indicator property.

Returns:
possible object is String

setIndicator

public void setIndicator(String value)
Sets the value of the indicator property.

Parameters:
value - allowed object is String

getSeparator

public String getSeparator()
Gets the value of the separator property.

Returns:
possible object is String

setSeparator

public void setSeparator(String value)
Sets the value of the separator property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getIndicatorOccurence

public String getIndicatorOccurence()
Gets the value of the indicatorOccurence property.

Returns:
possible object is String

setIndicatorOccurence

public void setIndicatorOccurence(String value)
Sets the value of the indicatorOccurence property.

Parameters:
value - allowed object is String

getNumberRangeOccurence

public String getNumberRangeOccurence()
Gets the value of the numberRangeOccurence property.

Returns:
possible object is String

setNumberRangeOccurence

public void setNumberRangeOccurence(String value)
Sets the value of the numberRangeOccurence property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.