Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface ThoroughfareDocument.Thoroughfare.DependentThoroughfare
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ThoroughfareDocumentImpl.ThoroughfareImpl.DependentThoroughfareImpl
- Enclosing interface:
- ThoroughfareDocument.Thoroughfare
public static interface ThoroughfareDocument.Thoroughfare.DependentThoroughfare extends org.apache.xmlbeans.XmlObjectAn XML DependentThoroughfare(@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.DependentThoroughfare.FactoryA factory class with static methods for creating instances of this type.
-
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" elementThoroughfareLeadingTypeTypeaddNewThoroughfareLeadingType()Appends and returns a new empty "ThoroughfareLeadingType" elementThoroughfareNameTypeaddNewThoroughfareName()Appends and returns a new empty value (as xml) as the last "ThoroughfareName" elementThoroughfarePostDirectionTypeaddNewThoroughfarePostDirection()Appends and returns a new empty "ThoroughfarePostDirection" elementThoroughfarePreDirectionTypeaddNewThoroughfarePreDirection()Appends and returns a new empty "ThoroughfarePreDirection" elementThoroughfareTrailingTypeTypeaddNewThoroughfareTrailingType()Appends and returns a new empty "ThoroughfareTrailingType" 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" elementThoroughfareLeadingTypeTypegetThoroughfareLeadingType()Gets the "ThoroughfareLeadingType" elementThoroughfareNameType[]getThoroughfareNameArray()Gets array of all "ThoroughfareName" elementsThoroughfareNameTypegetThoroughfareNameArray(int i)Gets ith "ThoroughfareName" elementThoroughfarePostDirectionTypegetThoroughfarePostDirection()Gets the "ThoroughfarePostDirection" elementThoroughfarePreDirectionTypegetThoroughfarePreDirection()Gets the "ThoroughfarePreDirection" elementThoroughfareTrailingTypeTypegetThoroughfareTrailingType()Gets the "ThoroughfareTrailingType" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementThoroughfareNameTypeinsertNewThoroughfareName(int i)Inserts and returns a new empty value (as xml) as the ith "ThoroughfareName" elementbooleanisSetThoroughfareLeadingType()True if has "ThoroughfareLeadingType" elementbooleanisSetThoroughfarePostDirection()True if has "ThoroughfarePostDirection" elementbooleanisSetThoroughfarePreDirection()True if has "ThoroughfarePreDirection" elementbooleanisSetThoroughfareTrailingType()True if has "ThoroughfareTrailingType" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremoveThoroughfareName(int i)Removes the ith "ThoroughfareName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetThoroughfareLeadingType(ThoroughfareLeadingTypeType thoroughfareLeadingType)Sets the "ThoroughfareLeadingType" elementvoidsetThoroughfareNameArray(int i, ThoroughfareNameType thoroughfareName)Sets ith "ThoroughfareName" elementvoidsetThoroughfareNameArray(ThoroughfareNameType[] thoroughfareNameArray)Sets array of all "ThoroughfareName" elementvoidsetThoroughfarePostDirection(ThoroughfarePostDirectionType thoroughfarePostDirection)Sets the "ThoroughfarePostDirection" elementvoidsetThoroughfarePreDirection(ThoroughfarePreDirectionType thoroughfarePreDirection)Sets the "ThoroughfarePreDirection" elementvoidsetThoroughfareTrailingType(ThoroughfareTrailingTypeType thoroughfareTrailingType)Sets the "ThoroughfareTrailingType" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfThoroughfareNameArray()Returns number of "ThoroughfareName" elementvoidunsetThoroughfareLeadingType()Unsets the "ThoroughfareLeadingType" elementvoidunsetThoroughfarePostDirection()Unsets the "ThoroughfarePostDirection" elementvoidunsetThoroughfarePreDirection()Unsets the "ThoroughfarePreDirection" elementvoidunsetThoroughfareTrailingType()Unsets the "ThoroughfareTrailingType" elementvoidunsetType()Unsets the "Type" 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
-
getThoroughfarePreDirection
ThoroughfarePreDirectionType getThoroughfarePreDirection()
Gets the "ThoroughfarePreDirection" element
-
isSetThoroughfarePreDirection
boolean isSetThoroughfarePreDirection()
True if has "ThoroughfarePreDirection" element
-
setThoroughfarePreDirection
void setThoroughfarePreDirection(ThoroughfarePreDirectionType thoroughfarePreDirection)
Sets the "ThoroughfarePreDirection" element
-
addNewThoroughfarePreDirection
ThoroughfarePreDirectionType addNewThoroughfarePreDirection()
Appends and returns a new empty "ThoroughfarePreDirection" element
-
unsetThoroughfarePreDirection
void unsetThoroughfarePreDirection()
Unsets the "ThoroughfarePreDirection" element
-
getThoroughfareLeadingType
ThoroughfareLeadingTypeType getThoroughfareLeadingType()
Gets the "ThoroughfareLeadingType" element
-
isSetThoroughfareLeadingType
boolean isSetThoroughfareLeadingType()
True if has "ThoroughfareLeadingType" element
-
setThoroughfareLeadingType
void setThoroughfareLeadingType(ThoroughfareLeadingTypeType thoroughfareLeadingType)
Sets the "ThoroughfareLeadingType" element
-
addNewThoroughfareLeadingType
ThoroughfareLeadingTypeType addNewThoroughfareLeadingType()
Appends and returns a new empty "ThoroughfareLeadingType" element
-
unsetThoroughfareLeadingType
void unsetThoroughfareLeadingType()
Unsets the "ThoroughfareLeadingType" element
-
getThoroughfareNameArray
ThoroughfareNameType[] getThoroughfareNameArray()
Gets array of all "ThoroughfareName" elements
-
getThoroughfareNameArray
ThoroughfareNameType getThoroughfareNameArray(int i)
Gets ith "ThoroughfareName" element
-
sizeOfThoroughfareNameArray
int sizeOfThoroughfareNameArray()
Returns number of "ThoroughfareName" element
-
setThoroughfareNameArray
void setThoroughfareNameArray(ThoroughfareNameType[] thoroughfareNameArray)
Sets array of all "ThoroughfareName" element
-
setThoroughfareNameArray
void setThoroughfareNameArray(int i, ThoroughfareNameType thoroughfareName)Sets ith "ThoroughfareName" element
-
insertNewThoroughfareName
ThoroughfareNameType insertNewThoroughfareName(int i)
Inserts and returns a new empty value (as xml) as the ith "ThoroughfareName" element
-
addNewThoroughfareName
ThoroughfareNameType addNewThoroughfareName()
Appends and returns a new empty value (as xml) as the last "ThoroughfareName" element
-
removeThoroughfareName
void removeThoroughfareName(int i)
Removes the ith "ThoroughfareName" element
-
getThoroughfareTrailingType
ThoroughfareTrailingTypeType getThoroughfareTrailingType()
Gets the "ThoroughfareTrailingType" element
-
isSetThoroughfareTrailingType
boolean isSetThoroughfareTrailingType()
True if has "ThoroughfareTrailingType" element
-
setThoroughfareTrailingType
void setThoroughfareTrailingType(ThoroughfareTrailingTypeType thoroughfareTrailingType)
Sets the "ThoroughfareTrailingType" element
-
addNewThoroughfareTrailingType
ThoroughfareTrailingTypeType addNewThoroughfareTrailingType()
Appends and returns a new empty "ThoroughfareTrailingType" element
-
unsetThoroughfareTrailingType
void unsetThoroughfareTrailingType()
Unsets the "ThoroughfareTrailingType" element
-
getThoroughfarePostDirection
ThoroughfarePostDirectionType getThoroughfarePostDirection()
Gets the "ThoroughfarePostDirection" element
-
isSetThoroughfarePostDirection
boolean isSetThoroughfarePostDirection()
True if has "ThoroughfarePostDirection" element
-
setThoroughfarePostDirection
void setThoroughfarePostDirection(ThoroughfarePostDirectionType thoroughfarePostDirection)
Sets the "ThoroughfarePostDirection" element
-
addNewThoroughfarePostDirection
ThoroughfarePostDirectionType addNewThoroughfarePostDirection()
Appends and returns a new empty "ThoroughfarePostDirection" element
-
unsetThoroughfarePostDirection
void unsetThoroughfarePostDirection()
Unsets the "ThoroughfarePostDirection" element
-
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
-
-