|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Array
An XML Array(@http://schemas.xmlsoap.org/soap/encoding/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Array.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 | |
---|---|
java.lang.String |
getArrayType()
Gets the "arrayType" attribute |
java.lang.String |
getHref()
Gets the "href" attribute |
java.lang.String |
getId()
Gets the "id" attribute |
java.lang.String |
getOffset()
Gets the "offset" attribute |
boolean |
isSetArrayType()
True if has "arrayType" attribute |
boolean |
isSetHref()
True if has "href" attribute |
boolean |
isSetId()
True if has "id" attribute |
boolean |
isSetOffset()
True if has "offset" attribute |
void |
setArrayType(java.lang.String arrayType)
Sets the "arrayType" attribute |
void |
setHref(java.lang.String href)
Sets the "href" attribute |
void |
setId(java.lang.String id)
Sets the "id" attribute |
void |
setOffset(java.lang.String offset)
Sets the "offset" attribute |
void |
unsetArrayType()
Unsets the "arrayType" attribute |
void |
unsetHref()
Unsets the "href" attribute |
void |
unsetId()
Unsets the "id" attribute |
void |
unsetOffset()
Unsets the "offset" attribute |
org.apache.xmlbeans.XmlString |
xgetArrayType()
Gets (as xml) the "arrayType" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetHref()
Gets (as xml) the "href" attribute |
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute |
ArrayCoordinate |
xgetOffset()
Gets (as xml) the "offset" attribute |
void |
xsetArrayType(org.apache.xmlbeans.XmlString arrayType)
Sets (as xml) the "arrayType" attribute |
void |
xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" attribute |
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute |
void |
xsetOffset(ArrayCoordinate offset)
Sets (as xml) the "offset" 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 |
---|
java.lang.String getArrayType()
org.apache.xmlbeans.XmlString xgetArrayType()
boolean isSetArrayType()
void setArrayType(java.lang.String arrayType)
void xsetArrayType(org.apache.xmlbeans.XmlString arrayType)
void unsetArrayType()
java.lang.String getOffset()
ArrayCoordinate xgetOffset()
boolean isSetOffset()
void setOffset(java.lang.String offset)
void xsetOffset(ArrayCoordinate offset)
void unsetOffset()
java.lang.String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
java.lang.String getHref()
org.apache.xmlbeans.XmlAnyURI xgetHref()
boolean isSetHref()
void setHref(java.lang.String href)
void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
void unsetHref()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |