Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ThoroughfareDocumentImpl.ThoroughfareImpl.ThoroughfareNumberRangeImpl
- Enclosing interface:
- ThoroughfareDocument.Thoroughfare
public static interface ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange extends org.apache.xmlbeans.XmlObjectAn XML ThoroughfareNumberRange(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.FactoryA factory class with static methods for creating instances of this type.static interfaceThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrenceAn XML IndicatorOccurrence(@).static interfaceThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrenceAn XML NumberRangeOccurrence(@).static interfaceThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeTypeAn XML RangeType(@).static interfaceThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFromAn XML ThoroughfareNumberFrom(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfaceThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberToAn XML ThoroughfareNumberTo(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressLineDocument.AddressLineaddNewAddressLine()Appends and returns a new empty value (as xml) as the last "AddressLine" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewCode()Appends and returns a new empty "Code" attributeorg.apache.xmlbeans.XmlAnySimpleTypeaddNewIndicator()Appends and returns a new empty "Indicator" attributeorg.apache.xmlbeans.XmlAnySimpleTypeaddNewSeparator()Appends and returns a new empty "Separator" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFromaddNewThoroughfareNumberFrom()Appends and returns a new empty "ThoroughfareNumberFrom" elementThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberToaddNewThoroughfareNumberTo()Appends and returns a new empty "ThoroughfareNumberTo" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewType()Appends and returns a new empty "Type" attributeAddressLineDocument.AddressLine[]getAddressLineArray()Gets array of all "AddressLine" elementsAddressLineDocument.AddressLinegetAddressLineArray(int i)Gets ith "AddressLine" elementorg.apache.xmlbeans.XmlAnySimpleTypegetCode()Gets the "Code" attributeorg.apache.xmlbeans.XmlAnySimpleTypegetIndicator()Gets the "Indicator" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence.EnumgetIndicatorOccurrence()Gets the "IndicatorOccurrence" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence.EnumgetNumberRangeOccurrence()Gets the "NumberRangeOccurrence" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType.EnumgetRangeType()Gets the "RangeType" attributeorg.apache.xmlbeans.XmlAnySimpleTypegetSeparator()Gets the "Separator" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFromgetThoroughfareNumberFrom()Gets the "ThoroughfareNumberFrom" elementThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTogetThoroughfareNumberTo()Gets the "ThoroughfareNumberTo" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementbooleanisSetCode()True if has "Code" attributebooleanisSetIndicator()True if has "Indicator" attributebooleanisSetIndicatorOccurrence()True if has "IndicatorOccurrence" attributebooleanisSetNumberRangeOccurrence()True if has "NumberRangeOccurrence" attributebooleanisSetRangeType()True if has "RangeType" attributebooleanisSetSeparator()True if has "Separator" attributebooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetCode(org.apache.xmlbeans.XmlAnySimpleType code)Sets the "Code" attributevoidsetIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)Sets the "Indicator" attributevoidsetIndicatorOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence.Enum indicatorOccurrence)Sets the "IndicatorOccurrence" attributevoidsetNumberRangeOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence.Enum numberRangeOccurrence)Sets the "NumberRangeOccurrence" attributevoidsetRangeType(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType.Enum rangeType)Sets the "RangeType" attributevoidsetSeparator(org.apache.xmlbeans.XmlAnySimpleType separator)Sets the "Separator" attributevoidsetThoroughfareNumberFrom(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom thoroughfareNumberFrom)Sets the "ThoroughfareNumberFrom" elementvoidsetThoroughfareNumberTo(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo thoroughfareNumberTo)Sets the "ThoroughfareNumberTo" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementvoidunsetCode()Unsets the "Code" attributevoidunsetIndicator()Unsets the "Indicator" attributevoidunsetIndicatorOccurrence()Unsets the "IndicatorOccurrence" attributevoidunsetNumberRangeOccurrence()Unsets the "NumberRangeOccurrence" attributevoidunsetRangeType()Unsets the "RangeType" attributevoidunsetSeparator()Unsets the "Separator" attributevoidunsetType()Unsets the "Type" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrencexgetIndicatorOccurrence()Gets (as xml) the "IndicatorOccurrence" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrencexgetNumberRangeOccurrence()Gets (as xml) the "NumberRangeOccurrence" attributeThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeTypexgetRangeType()Gets (as xml) the "RangeType" attributevoidxsetIndicatorOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence indicatorOccurrence)Sets (as xml) the "IndicatorOccurrence" attributevoidxsetNumberRangeOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence numberRangeOccurrence)Sets (as xml) the "NumberRangeOccurrence" attributevoidxsetRangeType(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType rangeType)Sets (as xml) the "RangeType" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getAddressLineArray
AddressLineDocument.AddressLine[] getAddressLineArray()
Gets array of all "AddressLine" elements
-
getAddressLineArray
AddressLineDocument.AddressLine getAddressLineArray(int i)
Gets ith "AddressLine" element
-
sizeOfAddressLineArray
int sizeOfAddressLineArray()
Returns number of "AddressLine" element
-
setAddressLineArray
void setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
-
setAddressLineArray
void setAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" element
-
insertNewAddressLine
AddressLineDocument.AddressLine insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
-
addNewAddressLine
AddressLineDocument.AddressLine addNewAddressLine()
Appends and returns a new empty value (as xml) as the last "AddressLine" element
-
removeAddressLine
void removeAddressLine(int i)
Removes the ith "AddressLine" element
-
getThoroughfareNumberFrom
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom getThoroughfareNumberFrom()
Gets the "ThoroughfareNumberFrom" element
-
setThoroughfareNumberFrom
void setThoroughfareNumberFrom(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom thoroughfareNumberFrom)
Sets the "ThoroughfareNumberFrom" element
-
addNewThoroughfareNumberFrom
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom addNewThoroughfareNumberFrom()
Appends and returns a new empty "ThoroughfareNumberFrom" element
-
getThoroughfareNumberTo
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo getThoroughfareNumberTo()
Gets the "ThoroughfareNumberTo" element
-
setThoroughfareNumberTo
void setThoroughfareNumberTo(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo thoroughfareNumberTo)
Sets the "ThoroughfareNumberTo" element
-
addNewThoroughfareNumberTo
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo addNewThoroughfareNumberTo()
Appends and returns a new empty "ThoroughfareNumberTo" element
-
getRangeType
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType.Enum getRangeType()
Gets the "RangeType" attribute
-
xgetRangeType
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType xgetRangeType()
Gets (as xml) the "RangeType" attribute
-
isSetRangeType
boolean isSetRangeType()
True if has "RangeType" attribute
-
setRangeType
void setRangeType(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType.Enum rangeType)
Sets the "RangeType" attribute
-
xsetRangeType
void xsetRangeType(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType rangeType)
Sets (as xml) the "RangeType" attribute
-
unsetRangeType
void unsetRangeType()
Unsets the "RangeType" attribute
-
getIndicator
org.apache.xmlbeans.XmlAnySimpleType getIndicator()
Gets the "Indicator" attribute
-
isSetIndicator
boolean isSetIndicator()
True if has "Indicator" attribute
-
setIndicator
void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
Sets the "Indicator" attribute
-
addNewIndicator
org.apache.xmlbeans.XmlAnySimpleType addNewIndicator()
Appends and returns a new empty "Indicator" attribute
-
unsetIndicator
void unsetIndicator()
Unsets the "Indicator" attribute
-
getSeparator
org.apache.xmlbeans.XmlAnySimpleType getSeparator()
Gets the "Separator" attribute
-
isSetSeparator
boolean isSetSeparator()
True if has "Separator" attribute
-
setSeparator
void setSeparator(org.apache.xmlbeans.XmlAnySimpleType separator)
Sets the "Separator" attribute
-
addNewSeparator
org.apache.xmlbeans.XmlAnySimpleType addNewSeparator()
Appends and returns a new empty "Separator" attribute
-
unsetSeparator
void unsetSeparator()
Unsets the "Separator" attribute
-
getIndicatorOccurrence
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence.Enum getIndicatorOccurrence()
Gets the "IndicatorOccurrence" attribute
-
xgetIndicatorOccurrence
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence xgetIndicatorOccurrence()
Gets (as xml) the "IndicatorOccurrence" attribute
-
isSetIndicatorOccurrence
boolean isSetIndicatorOccurrence()
True if has "IndicatorOccurrence" attribute
-
setIndicatorOccurrence
void setIndicatorOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence.Enum indicatorOccurrence)
Sets the "IndicatorOccurrence" attribute
-
xsetIndicatorOccurrence
void xsetIndicatorOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence indicatorOccurrence)
Sets (as xml) the "IndicatorOccurrence" attribute
-
unsetIndicatorOccurrence
void unsetIndicatorOccurrence()
Unsets the "IndicatorOccurrence" attribute
-
getNumberRangeOccurrence
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence.Enum getNumberRangeOccurrence()
Gets the "NumberRangeOccurrence" attribute
-
xgetNumberRangeOccurrence
ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence xgetNumberRangeOccurrence()
Gets (as xml) the "NumberRangeOccurrence" attribute
-
isSetNumberRangeOccurrence
boolean isSetNumberRangeOccurrence()
True if has "NumberRangeOccurrence" attribute
-
setNumberRangeOccurrence
void setNumberRangeOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence.Enum numberRangeOccurrence)
Sets the "NumberRangeOccurrence" attribute
-
xsetNumberRangeOccurrence
void xsetNumberRangeOccurrence(ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence numberRangeOccurrence)
Sets (as xml) the "NumberRangeOccurrence" attribute
-
unsetNumberRangeOccurrence
void unsetNumberRangeOccurrence()
Unsets the "NumberRangeOccurrence" attribute
-
getType
org.apache.xmlbeans.XmlAnySimpleType getType()
Gets the "Type" attribute
-
isSetType
boolean isSetType()
True if has "Type" attribute
-
setType
void setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
-
addNewType
org.apache.xmlbeans.XmlAnySimpleType addNewType()
Appends and returns a new empty "Type" attribute
-
unsetType
void unsetType()
Unsets the "Type" attribute
-
getCode
org.apache.xmlbeans.XmlAnySimpleType getCode()
Gets the "Code" attribute
-
isSetCode
boolean isSetCode()
True if has "Code" attribute
-
setCode
void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
Sets the "Code" attribute
-
addNewCode
org.apache.xmlbeans.XmlAnySimpleType addNewCode()
Appends and returns a new empty "Code" attribute
-
unsetCode
void unsetCode()
Unsets the "Code" attribute
-
-