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

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

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

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

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type GuaranteeEvaluationDetailType
 void GuaranteeEvaluationResultType.setDetails(GuaranteeEvaluationDetailType details)
          Sets the "Details" element
 

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

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

Methods in org.ogf.graap.wsag4j.types.engine.impl that return GuaranteeEvaluationDetailType
 GuaranteeEvaluationDetailType GuaranteeEvaluationResultTypeImpl.addNewDetails()
          Appends and returns a new empty "Details" element
 GuaranteeEvaluationDetailType GuaranteeEvaluationResultTypeImpl.getDetails()
          Gets the "Details" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type GuaranteeEvaluationDetailType
 void GuaranteeEvaluationResultTypeImpl.setDetails(GuaranteeEvaluationDetailType details)
          Sets the "Details" element
 



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