Uses of Interface
net.opengis.cat.csw.x202.QueryConstraintType

Packages that use QueryConstraintType
net.opengis.cat.csw.x202   
net.opengis.cat.csw.x202.impl   
 

Uses of QueryConstraintType in net.opengis.cat.csw.x202
 

Methods in net.opengis.cat.csw.x202 that return QueryConstraintType
 QueryConstraintType UpdateType.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType QueryType.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType DeleteType.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType ConstraintDocument.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType UpdateType.getConstraint()
          Gets the "Constraint" element
 QueryConstraintType QueryType.getConstraint()
          Gets the "Constraint" element
 QueryConstraintType DeleteType.getConstraint()
          Gets the "Constraint" element
 QueryConstraintType ConstraintDocument.getConstraint()
          Gets the "Constraint" element
static QueryConstraintType QueryConstraintType.Factory.newInstance()
           
static QueryConstraintType QueryConstraintType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static QueryConstraintType QueryConstraintType.Factory.parse(File file)
           
static QueryConstraintType QueryConstraintType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static QueryConstraintType QueryConstraintType.Factory.parse(InputStream is)
           
static QueryConstraintType QueryConstraintType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static QueryConstraintType QueryConstraintType.Factory.parse(Node node)
           
static QueryConstraintType QueryConstraintType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static QueryConstraintType QueryConstraintType.Factory.parse(Reader r)
           
static QueryConstraintType QueryConstraintType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static QueryConstraintType QueryConstraintType.Factory.parse(String xmlAsString)
           
static QueryConstraintType QueryConstraintType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static QueryConstraintType QueryConstraintType.Factory.parse(URL u)
           
static QueryConstraintType QueryConstraintType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static QueryConstraintType QueryConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static QueryConstraintType QueryConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static QueryConstraintType QueryConstraintType.Factory.parse(XMLStreamReader sr)
           
static QueryConstraintType QueryConstraintType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type QueryConstraintType
 void UpdateType.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 void QueryType.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 void DeleteType.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 void ConstraintDocument.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 

Uses of QueryConstraintType in net.opengis.cat.csw.x202.impl
 

Classes in net.opengis.cat.csw.x202.impl that implement QueryConstraintType
 class QueryConstraintTypeImpl
          An XML QueryConstraintType(@http://www.opengis.net/cat/csw/2.0.2).
 

Methods in net.opengis.cat.csw.x202.impl that return QueryConstraintType
 QueryConstraintType UpdateTypeImpl.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType QueryTypeImpl.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType DeleteTypeImpl.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType ConstraintDocumentImpl.addNewConstraint()
          Appends and returns a new empty "Constraint" element
 QueryConstraintType UpdateTypeImpl.getConstraint()
          Gets the "Constraint" element
 QueryConstraintType QueryTypeImpl.getConstraint()
          Gets the "Constraint" element
 QueryConstraintType DeleteTypeImpl.getConstraint()
          Gets the "Constraint" element
 QueryConstraintType ConstraintDocumentImpl.getConstraint()
          Gets the "Constraint" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type QueryConstraintType
 void UpdateTypeImpl.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 void QueryTypeImpl.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 void DeleteTypeImpl.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 void ConstraintDocumentImpl.setConstraint(QueryConstraintType constraint)
          Sets the "Constraint" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.