org.xmlsoap.schemas.soap.encoding
Interface OffsetAttribute

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

public interface OffsetAttribute
extends org.apache.xmlbeans.XmlObject

A document containing one offset(@http://schemas.xmlsoap.org/soap/encoding/) attribute. This is a complex type.


Nested Class Summary
static class OffsetAttribute.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 getOffset()
          Gets the "offset" attribute
 boolean isSetOffset()
          True if has "offset" attribute
 void setOffset(java.lang.String offset)
          Sets the "offset" attribute
 void unsetOffset()
          Unsets the "offset" attribute
 ArrayCoordinate xgetOffset()
          Gets (as xml) the "offset" 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

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



Copyright © 2006 null. All Rights Reserved.