org.ggf.schemas.jsdl.x2005.x11.jsdl
Interface CandidateHostsType

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

public interface CandidateHostsType
extends org.apache.xmlbeans.XmlObject

An XML CandidateHosts_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.


Nested Class Summary
static class CandidateHostsType.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
 void addHostName(String hostName)
          Appends the value as the last "HostName" element
 org.apache.xmlbeans.XmlString addNewHostName()
          Appends and returns a new empty value (as xml) as the last "HostName" element
 String[] getHostNameArray()
          Gets array of all "HostName" elements
 String getHostNameArray(int i)
          Gets ith "HostName" element
 void insertHostName(int i, String hostName)
          Inserts the value as the ith "HostName" element
 org.apache.xmlbeans.XmlString insertNewHostName(int i)
          Inserts and returns a new empty value (as xml) as the ith "HostName" element
 void removeHostName(int i)
          Removes the ith "HostName" element
 void setHostNameArray(int i, String hostName)
          Sets ith "HostName" element
 void setHostNameArray(String[] hostNameArray)
          Sets array of all "HostName" element
 int sizeOfHostNameArray()
          Returns number of "HostName" element
 org.apache.xmlbeans.XmlString[] xgetHostNameArray()
          Gets (as xml) array of all "HostName" elements
 org.apache.xmlbeans.XmlString xgetHostNameArray(int i)
          Gets (as xml) ith "HostName" element
 void xsetHostNameArray(int i, org.apache.xmlbeans.XmlString hostName)
          Sets (as xml) ith "HostName" element
 void xsetHostNameArray(org.apache.xmlbeans.XmlString[] hostNameArray)
          Sets (as xml) array of all "HostName" 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

getHostNameArray

String[] getHostNameArray()
Gets array of all "HostName" elements


getHostNameArray

String getHostNameArray(int i)
Gets ith "HostName" element


xgetHostNameArray

org.apache.xmlbeans.XmlString[] xgetHostNameArray()
Gets (as xml) array of all "HostName" elements


xgetHostNameArray

org.apache.xmlbeans.XmlString xgetHostNameArray(int i)
Gets (as xml) ith "HostName" element


sizeOfHostNameArray

int sizeOfHostNameArray()
Returns number of "HostName" element


setHostNameArray

void setHostNameArray(String[] hostNameArray)
Sets array of all "HostName" element


setHostNameArray

void setHostNameArray(int i,
                      String hostName)
Sets ith "HostName" element


xsetHostNameArray

void xsetHostNameArray(org.apache.xmlbeans.XmlString[] hostNameArray)
Sets (as xml) array of all "HostName" element


xsetHostNameArray

void xsetHostNameArray(int i,
                       org.apache.xmlbeans.XmlString hostName)
Sets (as xml) ith "HostName" element


insertHostName

void insertHostName(int i,
                    String hostName)
Inserts the value as the ith "HostName" element


addHostName

void addHostName(String hostName)
Appends the value as the last "HostName" element


insertNewHostName

org.apache.xmlbeans.XmlString insertNewHostName(int i)
Inserts and returns a new empty value (as xml) as the ith "HostName" element


addNewHostName

org.apache.xmlbeans.XmlString addNewHostName()
Appends and returns a new empty value (as xml) as the last "HostName" element


removeHostName

void removeHostName(int i)
Removes the ith "HostName" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.