Uses of Interface
org.ogf.graap.wsag4j.types.configuration.SchemaImportType

Packages that use SchemaImportType
org.ogf.graap.wsag4j.types.configuration   
org.ogf.graap.wsag4j.types.configuration.impl   
 

Uses of SchemaImportType in org.ogf.graap.wsag4j.types.configuration
 

Methods in org.ogf.graap.wsag4j.types.configuration that return SchemaImportType
 SchemaImportType ValidatorType.addNewSchemaImports()
          Appends and returns a new empty "SchemaImports" element
 SchemaImportType ValidatorType.getSchemaImports()
          Gets the "SchemaImports" element
static SchemaImportType SchemaImportType.Factory.newInstance()
           
static SchemaImportType SchemaImportType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SchemaImportType SchemaImportType.Factory.parse(File file)
           
static SchemaImportType SchemaImportType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SchemaImportType SchemaImportType.Factory.parse(InputStream is)
           
static SchemaImportType SchemaImportType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SchemaImportType SchemaImportType.Factory.parse(Node node)
           
static SchemaImportType SchemaImportType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SchemaImportType SchemaImportType.Factory.parse(Reader r)
           
static SchemaImportType SchemaImportType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SchemaImportType SchemaImportType.Factory.parse(String xmlAsString)
           
static SchemaImportType SchemaImportType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SchemaImportType SchemaImportType.Factory.parse(URL u)
           
static SchemaImportType SchemaImportType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SchemaImportType SchemaImportType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SchemaImportType SchemaImportType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SchemaImportType SchemaImportType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SchemaImportType SchemaImportType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type SchemaImportType
 void ValidatorType.setSchemaImports(SchemaImportType schemaImports)
          Sets the "SchemaImports" element
 

Uses of SchemaImportType in org.ogf.graap.wsag4j.types.configuration.impl
 

Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement SchemaImportType
 class SchemaImportTypeImpl
          An XML SchemaImportType(@http://schemas.scai.fraunhofer.de/config/wsag4j).
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl that return SchemaImportType
 SchemaImportType ValidatorTypeImpl.addNewSchemaImports()
          Appends and returns a new empty "SchemaImports" element
 SchemaImportType ValidatorTypeImpl.getSchemaImports()
          Gets the "SchemaImports" element
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type SchemaImportType
 void ValidatorTypeImpl.setSchemaImports(SchemaImportType schemaImports)
          Sets the "SchemaImports" element
 



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