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

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

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

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return BoundaryType
 BoundaryType RangeType.addNewLowerBound()
          Appends and returns a new empty "LowerBound" element
 BoundaryType RangeValueType.addNewLowerBoundedRange()
          Appends and returns a new empty "LowerBoundedRange" element
 BoundaryType RangeType.addNewUpperBound()
          Appends and returns a new empty "UpperBound" element
 BoundaryType RangeValueType.addNewUpperBoundedRange()
          Appends and returns a new empty "UpperBoundedRange" element
 BoundaryType RangeType.getLowerBound()
          Gets the "LowerBound" element
 BoundaryType RangeValueType.getLowerBoundedRange()
          Gets the "LowerBoundedRange" element
 BoundaryType RangeType.getUpperBound()
          Gets the "UpperBound" element
 BoundaryType RangeValueType.getUpperBoundedRange()
          Gets the "UpperBoundedRange" element
static BoundaryType BoundaryType.Factory.newInstance()
           
static BoundaryType BoundaryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BoundaryType BoundaryType.Factory.parse(File file)
           
static BoundaryType BoundaryType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BoundaryType BoundaryType.Factory.parse(InputStream is)
           
static BoundaryType BoundaryType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BoundaryType BoundaryType.Factory.parse(Node node)
           
static BoundaryType BoundaryType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BoundaryType BoundaryType.Factory.parse(Reader r)
           
static BoundaryType BoundaryType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BoundaryType BoundaryType.Factory.parse(String xmlAsString)
           
static BoundaryType BoundaryType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BoundaryType BoundaryType.Factory.parse(URL u)
           
static BoundaryType BoundaryType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BoundaryType BoundaryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BoundaryType BoundaryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BoundaryType BoundaryType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BoundaryType BoundaryType.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 BoundaryType
 void RangeType.setLowerBound(BoundaryType lowerBound)
          Sets the "LowerBound" element
 void RangeValueType.setLowerBoundedRange(BoundaryType lowerBoundedRange)
          Sets the "LowerBoundedRange" element
 void RangeType.setUpperBound(BoundaryType upperBound)
          Sets the "UpperBound" element
 void RangeValueType.setUpperBoundedRange(BoundaryType upperBoundedRange)
          Sets the "UpperBoundedRange" element
 

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

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that implement BoundaryType
 class BoundaryTypeImpl
          An XML Boundary_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return BoundaryType
 BoundaryType RangeTypeImpl.addNewLowerBound()
          Appends and returns a new empty "LowerBound" element
 BoundaryType RangeValueTypeImpl.addNewLowerBoundedRange()
          Appends and returns a new empty "LowerBoundedRange" element
 BoundaryType RangeTypeImpl.addNewUpperBound()
          Appends and returns a new empty "UpperBound" element
 BoundaryType RangeValueTypeImpl.addNewUpperBoundedRange()
          Appends and returns a new empty "UpperBoundedRange" element
 BoundaryType RangeTypeImpl.getLowerBound()
          Gets the "LowerBound" element
 BoundaryType RangeValueTypeImpl.getLowerBoundedRange()
          Gets the "LowerBoundedRange" element
 BoundaryType RangeTypeImpl.getUpperBound()
          Gets the "UpperBound" element
 BoundaryType RangeValueTypeImpl.getUpperBoundedRange()
          Gets the "UpperBoundedRange" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type BoundaryType
 void RangeTypeImpl.setLowerBound(BoundaryType lowerBound)
          Sets the "LowerBound" element
 void RangeValueTypeImpl.setLowerBoundedRange(BoundaryType lowerBoundedRange)
          Sets the "LowerBoundedRange" element
 void RangeTypeImpl.setUpperBound(BoundaryType upperBound)
          Sets the "UpperBound" element
 void RangeValueTypeImpl.setUpperBoundedRange(BoundaryType upperBoundedRange)
          Sets the "UpperBoundedRange" element
 



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