|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phone | |
---|---|
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of Phone in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return Phone | |
---|---|
Phone |
PhoneDocument.addNewPhone()
Appends and returns a new empty "phone" element |
Phone |
Contact.addNewPhone()
Appends and returns a new empty value (as xml) as the last "phone" element |
Phone |
PhoneDocument.getPhone()
Gets the "phone" element |
Phone[] |
Contact.getPhoneArray()
Gets array of all "phone" elements |
Phone |
Contact.getPhoneArray(int i)
Gets ith "phone" element |
Phone |
Contact.insertNewPhone(int i)
Inserts and returns a new empty value (as xml) as the ith "phone" element |
static Phone |
Phone.Factory.newInstance()
|
static Phone |
Phone.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Phone |
Phone.Factory.parse(File file)
|
static Phone |
Phone.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static Phone |
Phone.Factory.parse(InputStream is)
|
static Phone |
Phone.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Phone |
Phone.Factory.parse(Node node)
|
static Phone |
Phone.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Phone |
Phone.Factory.parse(Reader r)
|
static Phone |
Phone.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Phone |
Phone.Factory.parse(String xmlAsString)
|
static Phone |
Phone.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Phone |
Phone.Factory.parse(URL u)
|
static Phone |
Phone.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Phone |
Phone.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Phone |
Phone.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Phone |
Phone.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Phone |
Phone.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type Phone | |
---|---|
void |
PhoneDocument.setPhone(Phone phone)
Sets the "phone" element |
void |
Contact.setPhoneArray(int i,
Phone phone)
Sets ith "phone" element |
void |
Contact.setPhoneArray(Phone[] phoneArray)
Sets array of all "phone" element |
Uses of Phone in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement Phone | |
---|---|
class |
PhoneImpl
An XML phone(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return Phone | |
---|---|
Phone |
PhoneDocumentImpl.addNewPhone()
Appends and returns a new empty "phone" element |
Phone |
ContactImpl.addNewPhone()
Appends and returns a new empty value (as xml) as the last "phone" element |
Phone |
PhoneDocumentImpl.getPhone()
Gets the "phone" element |
Phone[] |
ContactImpl.getPhoneArray()
Gets array of all "phone" elements |
Phone |
ContactImpl.getPhoneArray(int i)
Gets ith "phone" element |
Phone |
ContactImpl.insertNewPhone(int i)
Inserts and returns a new empty value (as xml) as the ith "phone" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type Phone | |
---|---|
void |
PhoneDocumentImpl.setPhone(Phone phone)
Sets the "phone" element |
void |
ContactImpl.setPhoneArray(int i,
Phone phone)
Sets ith "phone" element |
void |
ContactImpl.setPhoneArray(Phone[] phoneArray)
Sets array of all "phone" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |