org.xmlsoap.schemas.soap.encoding
Interface Array

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

public interface Array
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getArrayType

java.lang.String getArrayType()
Gets the "arrayType" attribute


xgetArrayType

org.apache.xmlbeans.XmlString xgetArrayType()
Gets (as xml) the "arrayType" attribute


isSetArrayType

boolean isSetArrayType()
True if has "arrayType" attribute


setArrayType

void setArrayType(java.lang.String arrayType)
Sets the "arrayType" attribute


xsetArrayType

void xsetArrayType(org.apache.xmlbeans.XmlString arrayType)
Sets (as xml) the "arrayType" attribute


unsetArrayType

void unsetArrayType()
Unsets the "arrayType" attribute


getOffset

java.lang.String getOffset()
Gets the "offset" attribute


xgetOffset

ArrayCoordinate xgetOffset()
Gets (as xml) the "offset" attribute


isSetOffset

boolean isSetOffset()
True if has "offset" attribute


setOffset

void setOffset(java.lang.String offset)
Sets the "offset" attribute


xsetOffset

void xsetOffset(ArrayCoordinate offset)
Sets (as xml) the "offset" attribute


unsetOffset

void unsetOffset()
Unsets the "offset" attribute


getId

java.lang.String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute


isSetId

boolean isSetId()
True if has "id" attribute


setId

void setId(java.lang.String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute


unsetId

void unsetId()
Unsets the "id" attribute


getHref

java.lang.String getHref()
Gets the "href" attribute


xgetHref

org.apache.xmlbeans.XmlAnyURI xgetHref()
Gets (as xml) the "href" attribute


isSetHref

boolean isSetHref()
True if has "href" attribute


setHref

void setHref(java.lang.String href)
Sets the "href" attribute


xsetHref

void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" attribute


unsetHref

void unsetHref()
Unsets the "href" attribute



Copyright © 2006 null. All Rights Reserved.