Uses of Interface
org.ogf.graap.wsag4j.types.engine.ConstraintAnnotationDocument

Packages that use ConstraintAnnotationDocument
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
 

Uses of ConstraintAnnotationDocument in org.ogf.graap.wsag4j.types.engine
 

Methods in org.ogf.graap.wsag4j.types.engine that return ConstraintAnnotationDocument
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.newInstance()
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(File file)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(InputStream is)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(Node node)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(Reader r)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(String xmlAsString)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(URL u)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ConstraintAnnotationDocument ConstraintAnnotationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ConstraintAnnotationDocument in org.ogf.graap.wsag4j.types.engine.impl
 

Classes in org.ogf.graap.wsag4j.types.engine.impl that implement ConstraintAnnotationDocument
 class ConstraintAnnotationDocumentImpl
          A document containing one ConstraintAnnotation(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine) element.
 



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