|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Contact
An XML contact(@urn:uddi-org:api_v2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Contact.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 | |
---|---|
Address |
addNewAddress()
Appends and returns a new empty value (as xml) as the last "address" element |
Description |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
Email |
addNewEmail()
Appends and returns a new empty value (as xml) as the last "email" element |
Phone |
addNewPhone()
Appends and returns a new empty value (as xml) as the last "phone" element |
Address[] |
getAddressArray()
Gets array of all "address" elements |
Address |
getAddressArray(int i)
Gets ith "address" element |
Description[] |
getDescriptionArray()
Gets array of all "description" elements |
Description |
getDescriptionArray(int i)
Gets ith "description" element |
Email[] |
getEmailArray()
Gets array of all "email" elements |
Email |
getEmailArray(int i)
Gets ith "email" element |
String |
getPersonName()
Gets the "personName" element |
Phone[] |
getPhoneArray()
Gets array of all "phone" elements |
Phone |
getPhoneArray(int i)
Gets ith "phone" element |
String |
getUseType()
Gets the "useType" attribute |
Address |
insertNewAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "address" element |
Description |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
Email |
insertNewEmail(int i)
Inserts and returns a new empty value (as xml) as the ith "email" element |
Phone |
insertNewPhone(int i)
Inserts and returns a new empty value (as xml) as the ith "phone" element |
boolean |
isSetUseType()
True if has "useType" attribute |
void |
removeAddress(int i)
Removes the ith "address" element |
void |
removeDescription(int i)
Removes the ith "description" element |
void |
removeEmail(int i)
Removes the ith "email" element |
void |
removePhone(int i)
Removes the ith "phone" element |
void |
setAddressArray(Address[] addressArray)
Sets array of all "address" element |
void |
setAddressArray(int i,
Address address)
Sets ith "address" element |
void |
setDescriptionArray(Description[] descriptionArray)
Sets array of all "description" element |
void |
setDescriptionArray(int i,
Description description)
Sets ith "description" element |
void |
setEmailArray(Email[] emailArray)
Sets array of all "email" element |
void |
setEmailArray(int i,
Email email)
Sets ith "email" element |
void |
setPersonName(String personName)
Sets the "personName" element |
void |
setPhoneArray(int i,
Phone phone)
Sets ith "phone" element |
void |
setPhoneArray(Phone[] phoneArray)
Sets array of all "phone" element |
void |
setUseType(String useType)
Sets the "useType" attribute |
int |
sizeOfAddressArray()
Returns number of "address" element |
int |
sizeOfDescriptionArray()
Returns number of "description" element |
int |
sizeOfEmailArray()
Returns number of "email" element |
int |
sizeOfPhoneArray()
Returns number of "phone" element |
void |
unsetUseType()
Unsets the "useType" attribute |
org.apache.xmlbeans.XmlString |
xgetPersonName()
Gets (as xml) the "personName" element |
org.apache.xmlbeans.XmlString |
xgetUseType()
Gets (as xml) the "useType" attribute |
void |
xsetPersonName(org.apache.xmlbeans.XmlString personName)
Sets (as xml) the "personName" element |
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 |
---|
Description[] getDescriptionArray()
Description getDescriptionArray(int i)
int sizeOfDescriptionArray()
void setDescriptionArray(Description[] descriptionArray)
void setDescriptionArray(int i, Description description)
Description insertNewDescription(int i)
Description addNewDescription()
void removeDescription(int i)
String getPersonName()
org.apache.xmlbeans.XmlString xgetPersonName()
void setPersonName(String personName)
void xsetPersonName(org.apache.xmlbeans.XmlString personName)
Phone[] getPhoneArray()
Phone getPhoneArray(int i)
int sizeOfPhoneArray()
void setPhoneArray(Phone[] phoneArray)
void setPhoneArray(int i, Phone phone)
Phone insertNewPhone(int i)
Phone addNewPhone()
void removePhone(int i)
Email[] getEmailArray()
Email getEmailArray(int i)
int sizeOfEmailArray()
void setEmailArray(Email[] emailArray)
void setEmailArray(int i, Email email)
Email insertNewEmail(int i)
Email addNewEmail()
void removeEmail(int i)
Address[] getAddressArray()
Address getAddressArray(int i)
int sizeOfAddressArray()
void setAddressArray(Address[] addressArray)
void setAddressArray(int i, Address address)
Address insertNewAddress(int i)
Address addNewAddress()
void removeAddress(int i)
String getUseType()
org.apache.xmlbeans.XmlString xgetUseType()
boolean isSetUseType()
void setUseType(String useType)
void xsetUseType(org.apache.xmlbeans.XmlString useType)
void unsetUseType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |