Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdl.RangeType

Packages that use RangeType
org.ggf.schemas.jsdl.x2005.x11.jsdl   
org.ggf.schemas.jsdl.x2005.x11.jsdl.impl   
 

Uses of RangeType in org.ggf.schemas.jsdl.x2005.x11.jsdl
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return RangeType
 RangeType RangeValueType.addNewRange()
          Appends and returns a new empty value (as xml) as the last "Range" element
 RangeType[] RangeValueType.getRangeArray()
          Gets array of all "Range" elements
 RangeType RangeValueType.getRangeArray(int i)
          Gets ith "Range" element
 RangeType RangeValueType.insertNewRange(int i)
          Inserts and returns a new empty value (as xml) as the ith "Range" element
static RangeType RangeType.Factory.newInstance()
           
static RangeType RangeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(File file)
           
static RangeType RangeType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(InputStream is)
           
static RangeType RangeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(Node node)
           
static RangeType RangeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(Reader r)
           
static RangeType RangeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(String xmlAsString)
           
static RangeType RangeType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(URL u)
           
static RangeType RangeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RangeType RangeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RangeType RangeType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static RangeType RangeType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl with parameters of type RangeType
 void RangeValueType.setRangeArray(int i, RangeType range)
          Sets ith "Range" element
 void RangeValueType.setRangeArray(RangeType[] rangeArray)
          Sets array of all "Range" element
 

Uses of RangeType in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that implement RangeType
 class RangeTypeImpl
          An XML Range_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return RangeType
 RangeType RangeValueTypeImpl.addNewRange()
          Appends and returns a new empty value (as xml) as the last "Range" element
 RangeType[] RangeValueTypeImpl.getRangeArray()
          Gets array of all "Range" elements
 RangeType RangeValueTypeImpl.getRangeArray(int i)
          Gets ith "Range" element
 RangeType RangeValueTypeImpl.insertNewRange(int i)
          Inserts and returns a new empty value (as xml) as the ith "Range" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type RangeType
 void RangeValueTypeImpl.setRangeArray(int i, RangeType range)
          Sets ith "Range" element
 void RangeValueTypeImpl.setRangeArray(RangeType[] rangeArray)
          Sets array of all "Range" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.