org.apache.ws.scout.uddi
Interface Contacts

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

public interface Contacts
extends org.apache.xmlbeans.XmlObject

An XML contacts(@urn:uddi-org:api_v2). This is a complex type.


Nested Class Summary
static class Contacts.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
 Contact addNewContact()
          Appends and returns a new empty value (as xml) as the last "contact" element
 Contact[] getContactArray()
          Gets array of all "contact" elements
 Contact getContactArray(int i)
          Gets ith "contact" element
 Contact insertNewContact(int i)
          Inserts and returns a new empty value (as xml) as the ith "contact" element
 void removeContact(int i)
          Removes the ith "contact" element
 void setContactArray(Contact[] contactArray)
          Sets array of all "contact" element
 void setContactArray(int i, Contact contact)
          Sets ith "contact" element
 int sizeOfContactArray()
          Returns number of "contact" element
 
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

getContactArray

Contact[] getContactArray()
Gets array of all "contact" elements


getContactArray

Contact getContactArray(int i)
Gets ith "contact" element


sizeOfContactArray

int sizeOfContactArray()
Returns number of "contact" element


setContactArray

void setContactArray(Contact[] contactArray)
Sets array of all "contact" element


setContactArray

void setContactArray(int i,
                     Contact contact)
Sets ith "contact" element


insertNewContact

Contact insertNewContact(int i)
Inserts and returns a new empty value (as xml) as the ith "contact" element


addNewContact

Contact addNewContact()
Appends and returns a new empty value (as xml) as the last "contact" element


removeContact

void removeContact(int i)
Removes the ith "contact" element



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