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

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

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

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

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type ConstraintAnnotationType
 void ConstraintAnnotationDocument.setConstraintAnnotation(ConstraintAnnotationType constraintAnnotation)
          Sets the "ConstraintAnnotation" element
 

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

Classes in org.ogf.graap.wsag4j.types.engine.impl that implement ConstraintAnnotationType
 class ConstraintAnnotationTypeImpl
          An XML ConstraintAnnotationType(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine).
 

Methods in org.ogf.graap.wsag4j.types.engine.impl that return ConstraintAnnotationType
 ConstraintAnnotationType ConstraintAnnotationDocumentImpl.addNewConstraintAnnotation()
          Appends and returns a new empty "ConstraintAnnotation" element
 ConstraintAnnotationType ConstraintAnnotationDocumentImpl.getConstraintAnnotation()
          Gets the "ConstraintAnnotation" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type ConstraintAnnotationType
 void ConstraintAnnotationDocumentImpl.setConstraintAnnotation(ConstraintAnnotationType constraintAnnotation)
          Sets the "ConstraintAnnotation" element
 



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