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

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

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

Methods in net.opengis.cat.csw.x202 that return SchemaComponentType
 SchemaComponentType DescribeRecordResponseType.addNewSchemaComponent()
          Appends and returns a new empty value (as xml) as the last "SchemaComponent" element
 SchemaComponentType[] DescribeRecordResponseType.getSchemaComponentArray()
          Gets array of all "SchemaComponent" elements
 SchemaComponentType DescribeRecordResponseType.getSchemaComponentArray(int i)
          Gets ith "SchemaComponent" element
 SchemaComponentType DescribeRecordResponseType.insertNewSchemaComponent(int i)
          Inserts and returns a new empty value (as xml) as the ith "SchemaComponent" element
static SchemaComponentType SchemaComponentType.Factory.newInstance()
           
static SchemaComponentType SchemaComponentType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SchemaComponentType SchemaComponentType.Factory.parse(File file)
           
static SchemaComponentType SchemaComponentType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SchemaComponentType SchemaComponentType.Factory.parse(InputStream is)
           
static SchemaComponentType SchemaComponentType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SchemaComponentType SchemaComponentType.Factory.parse(Node node)
           
static SchemaComponentType SchemaComponentType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SchemaComponentType SchemaComponentType.Factory.parse(Reader r)
           
static SchemaComponentType SchemaComponentType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SchemaComponentType SchemaComponentType.Factory.parse(String xmlAsString)
           
static SchemaComponentType SchemaComponentType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SchemaComponentType SchemaComponentType.Factory.parse(URL u)
           
static SchemaComponentType SchemaComponentType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SchemaComponentType SchemaComponentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SchemaComponentType SchemaComponentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SchemaComponentType SchemaComponentType.Factory.parse(XMLStreamReader sr)
           
static SchemaComponentType SchemaComponentType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type SchemaComponentType
 void DescribeRecordResponseType.setSchemaComponentArray(int i, SchemaComponentType schemaComponent)
          Sets ith "SchemaComponent" element
 void DescribeRecordResponseType.setSchemaComponentArray(SchemaComponentType[] schemaComponentArray)
          Sets array of all "SchemaComponent" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return SchemaComponentType
 SchemaComponentType DescribeRecordResponseTypeImpl.addNewSchemaComponent()
          Appends and returns a new empty value (as xml) as the last "SchemaComponent" element
 SchemaComponentType[] DescribeRecordResponseTypeImpl.getSchemaComponentArray()
          Gets array of all "SchemaComponent" elements
 SchemaComponentType DescribeRecordResponseTypeImpl.getSchemaComponentArray(int i)
          Gets ith "SchemaComponent" element
 SchemaComponentType DescribeRecordResponseTypeImpl.insertNewSchemaComponent(int i)
          Inserts and returns a new empty value (as xml) as the ith "SchemaComponent" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type SchemaComponentType
 void DescribeRecordResponseTypeImpl.setSchemaComponentArray(int i, SchemaComponentType schemaComponent)
          Sets ith "SchemaComponent" element
 void DescribeRecordResponseTypeImpl.setSchemaComponentArray(SchemaComponentType[] schemaComponentArray)
          Sets array of all "SchemaComponent" element
 



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