Uses of Interface
com.activeEndpoints.schemas.pdd.x2006.x08.pdd.SchemaType

Packages that use SchemaType
com.activeEndpoints.schemas.pdd.x2006.x08.pdd   
com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl   
 

Uses of SchemaType in com.activeEndpoints.schemas.pdd.x2006.x08.pdd
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd that return SchemaType
 SchemaType ReferencesType.addNewSchema()
          Appends and returns a new empty value (as xml) as the last "schema" element
 SchemaType[] ReferencesType.getSchemaArray()
          Gets array of all "schema" elements
 SchemaType ReferencesType.getSchemaArray(int i)
          Gets ith "schema" element
 SchemaType ReferencesType.insertNewSchema(int i)
          Inserts and returns a new empty value (as xml) as the ith "schema" element
static SchemaType SchemaType.Factory.newInstance()
           
static SchemaType SchemaType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SchemaType SchemaType.Factory.parse(File file)
           
static SchemaType SchemaType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SchemaType SchemaType.Factory.parse(InputStream is)
           
static SchemaType SchemaType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SchemaType SchemaType.Factory.parse(Node node)
           
static SchemaType SchemaType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SchemaType SchemaType.Factory.parse(Reader r)
           
static SchemaType SchemaType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SchemaType SchemaType.Factory.parse(String xmlAsString)
           
static SchemaType SchemaType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SchemaType SchemaType.Factory.parse(URL u)
           
static SchemaType SchemaType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SchemaType SchemaType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SchemaType SchemaType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SchemaType SchemaType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SchemaType SchemaType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd with parameters of type SchemaType
 void ReferencesType.setSchemaArray(int i, SchemaType schema)
          Sets ith "schema" element
 void ReferencesType.setSchemaArray(SchemaType[] schemaArray)
          Sets array of all "schema" element
 

Uses of SchemaType in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl
 

Classes in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that implement SchemaType
 class SchemaTypeImpl
          An XML schemaType(@http://schemas.active-endpoints.com/pdd/2006/08/pdd.xsd).
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that return SchemaType
 SchemaType ReferencesTypeImpl.addNewSchema()
          Appends and returns a new empty value (as xml) as the last "schema" element
 SchemaType[] ReferencesTypeImpl.getSchemaArray()
          Gets array of all "schema" elements
 SchemaType ReferencesTypeImpl.getSchemaArray(int i)
          Gets ith "schema" element
 SchemaType ReferencesTypeImpl.insertNewSchema(int i)
          Inserts and returns a new empty value (as xml) as the ith "schema" element
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl with parameters of type SchemaType
 void ReferencesTypeImpl.setSchemaArray(int i, SchemaType schema)
          Sets ith "schema" element
 void ReferencesTypeImpl.setSchemaArray(SchemaType[] schemaArray)
          Sets array of all "schema" element
 



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.