Uses of Interface
org.xmlsoap.schemas.soap.encoding.ArrayCoordinate

Packages that use ArrayCoordinate
org.xmlsoap.schemas.soap.encoding   
org.xmlsoap.schemas.soap.encoding.impl   
 

Uses of ArrayCoordinate in org.xmlsoap.schemas.soap.encoding
 

Methods in org.xmlsoap.schemas.soap.encoding that return ArrayCoordinate
static ArrayCoordinate ArrayCoordinate.Factory.newInstance()
           
static ArrayCoordinate ArrayCoordinate.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ArrayCoordinate ArrayCoordinate.Factory.newValue(java.lang.Object obj)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.io.File file)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.io.InputStream is)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(org.w3c.dom.Node node)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.io.Reader r)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.lang.String xmlAsString)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.net.URL u)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ArrayCoordinate ArrayCoordinate.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ArrayCoordinate ArrayCoordinate.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ArrayCoordinate ArrayCoordinate.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 ArrayCoordinate Array.xgetOffset()
          Gets (as xml) the "offset" attribute
 ArrayCoordinate OffsetAttribute.xgetOffset()
          Gets (as xml) the "offset" attribute
 ArrayCoordinate PositionAttribute.xgetPosition()
          Gets (as xml) the "position" attribute
 

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type ArrayCoordinate
 void Array.xsetOffset(ArrayCoordinate offset)
          Sets (as xml) the "offset" attribute
 void OffsetAttribute.xsetOffset(ArrayCoordinate offset)
          Sets (as xml) the "offset" attribute
 void PositionAttribute.xsetPosition(ArrayCoordinate position)
          Sets (as xml) the "position" attribute
 

Uses of ArrayCoordinate in org.xmlsoap.schemas.soap.encoding.impl
 

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement ArrayCoordinate
 class ArrayCoordinateImpl
          An XML arrayCoordinate(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return ArrayCoordinate
 ArrayCoordinate ArrayImpl.xgetOffset()
          Gets (as xml) the "offset" attribute
 ArrayCoordinate OffsetAttributeImpl.xgetOffset()
          Gets (as xml) the "offset" attribute
 ArrayCoordinate PositionAttributeImpl.xgetPosition()
          Gets (as xml) the "position" attribute
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type ArrayCoordinate
 void ArrayImpl.xsetOffset(ArrayCoordinate offset)
          Sets (as xml) the "offset" attribute
 void OffsetAttributeImpl.xsetOffset(ArrayCoordinate offset)
          Sets (as xml) the "offset" attribute
 void PositionAttributeImpl.xsetPosition(ArrayCoordinate position)
          Sets (as xml) the "position" attribute
 



Copyright © 2006 null. All Rights Reserved.