|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Address
An XML address(@urn:uddi-org:api_v2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Address.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
AddressLine |
addNewAddressLine()
Appends and returns a new empty value (as xml) as the last "addressLine" element |
AddressLine[] |
getAddressLineArray()
Gets array of all "addressLine" elements |
AddressLine |
getAddressLineArray(int i)
Gets ith "addressLine" element |
String |
getSortCode()
Gets the "sortCode" attribute |
String |
getTModelKey()
Gets the "tModelKey" attribute |
String |
getUseType()
Gets the "useType" attribute |
AddressLine |
insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "addressLine" element |
boolean |
isSetSortCode()
True if has "sortCode" attribute |
boolean |
isSetTModelKey()
True if has "tModelKey" attribute |
boolean |
isSetUseType()
True if has "useType" attribute |
void |
removeAddressLine(int i)
Removes the ith "addressLine" element |
void |
setAddressLineArray(AddressLine[] addressLineArray)
Sets array of all "addressLine" element |
void |
setAddressLineArray(int i,
AddressLine addressLine)
Sets ith "addressLine" element |
void |
setSortCode(String sortCode)
Sets the "sortCode" attribute |
void |
setTModelKey(String tModelKey)
Sets the "tModelKey" attribute |
void |
setUseType(String useType)
Sets the "useType" attribute |
int |
sizeOfAddressLineArray()
Returns number of "addressLine" element |
void |
unsetSortCode()
Unsets the "sortCode" attribute |
void |
unsetTModelKey()
Unsets the "tModelKey" attribute |
void |
unsetUseType()
Unsets the "useType" attribute |
org.apache.xmlbeans.XmlString |
xgetSortCode()
Gets (as xml) the "sortCode" attribute |
TModelKey |
xgetTModelKey()
Gets (as xml) the "tModelKey" attribute |
org.apache.xmlbeans.XmlString |
xgetUseType()
Gets (as xml) the "useType" attribute |
void |
xsetSortCode(org.apache.xmlbeans.XmlString sortCode)
Sets (as xml) the "sortCode" attribute |
void |
xsetTModelKey(TModelKey tModelKey)
Sets (as xml) the "tModelKey" attribute |
void |
xsetUseType(org.apache.xmlbeans.XmlString useType)
Sets (as xml) the "useType" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
AddressLine[] getAddressLineArray()
AddressLine getAddressLineArray(int i)
int sizeOfAddressLineArray()
void setAddressLineArray(AddressLine[] addressLineArray)
void setAddressLineArray(int i, AddressLine addressLine)
AddressLine insertNewAddressLine(int i)
AddressLine addNewAddressLine()
void removeAddressLine(int i)
String getUseType()
org.apache.xmlbeans.XmlString xgetUseType()
boolean isSetUseType()
void setUseType(String useType)
void xsetUseType(org.apache.xmlbeans.XmlString useType)
void unsetUseType()
String getSortCode()
org.apache.xmlbeans.XmlString xgetSortCode()
boolean isSetSortCode()
void setSortCode(String sortCode)
void xsetSortCode(org.apache.xmlbeans.XmlString sortCode)
void unsetSortCode()
String getTModelKey()
TModelKey xgetTModelKey()
boolean isSetTModelKey()
void setTModelKey(String tModelKey)
void xsetTModelKey(TModelKey tModelKey)
void unsetTModelKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |