org.apache.ws.scout.uddi
Interface Address

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
AddressImpl

public interface Address
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAddressLineArray

AddressLine[] getAddressLineArray()
Gets array of all "addressLine" elements


getAddressLineArray

AddressLine getAddressLineArray(int i)
Gets ith "addressLine" element


sizeOfAddressLineArray

int sizeOfAddressLineArray()
Returns number of "addressLine" element


setAddressLineArray

void setAddressLineArray(AddressLine[] addressLineArray)
Sets array of all "addressLine" element


setAddressLineArray

void setAddressLineArray(int i,
                         AddressLine addressLine)
Sets ith "addressLine" element


insertNewAddressLine

AddressLine insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "addressLine" element


addNewAddressLine

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


getUseType

String getUseType()
Gets the "useType" attribute


xgetUseType

org.apache.xmlbeans.XmlString xgetUseType()
Gets (as xml) the "useType" attribute


isSetUseType

boolean isSetUseType()
True if has "useType" attribute


setUseType

void setUseType(String useType)
Sets the "useType" attribute


xsetUseType

void xsetUseType(org.apache.xmlbeans.XmlString useType)
Sets (as xml) the "useType" attribute


unsetUseType

void unsetUseType()
Unsets the "useType" attribute


getSortCode

String getSortCode()
Gets the "sortCode" attribute


xgetSortCode

org.apache.xmlbeans.XmlString xgetSortCode()
Gets (as xml) the "sortCode" attribute


isSetSortCode

boolean isSetSortCode()
True if has "sortCode" attribute


setSortCode

void setSortCode(String sortCode)
Sets the "sortCode" attribute


xsetSortCode

void xsetSortCode(org.apache.xmlbeans.XmlString sortCode)
Sets (as xml) the "sortCode" attribute


unsetSortCode

void unsetSortCode()
Unsets the "sortCode" attribute


getTModelKey

String getTModelKey()
Gets the "tModelKey" attribute


xgetTModelKey

TModelKey xgetTModelKey()
Gets (as xml) the "tModelKey" attribute


isSetTModelKey

boolean isSetTModelKey()
True if has "tModelKey" attribute


setTModelKey

void setTModelKey(String tModelKey)
Sets the "tModelKey" attribute


xsetTModelKey

void xsetTModelKey(TModelKey tModelKey)
Sets (as xml) the "tModelKey" attribute


unsetTModelKey

void unsetTModelKey()
Unsets the "tModelKey" attribute



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.