|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CandidateHostsType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String[] getHostNameArray()
String getHostNameArray(int i)
org.apache.xmlbeans.XmlString[] xgetHostNameArray()
org.apache.xmlbeans.XmlString xgetHostNameArray(int i)
int sizeOfHostNameArray()
void setHostNameArray(String[] hostNameArray)
void setHostNameArray(int i, String hostName)
void xsetHostNameArray(org.apache.xmlbeans.XmlString[] hostNameArray)
void xsetHostNameArray(int i, org.apache.xmlbeans.XmlString hostName)
void insertHostName(int i, String hostName)
void addHostName(String hostName)
org.apache.xmlbeans.XmlString insertNewHostName(int i)
org.apache.xmlbeans.XmlString addNewHostName()
void removeHostName(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |