Uses of Interface
org.ogf.schemas.graap.wsAgreement.BusinessValueListType

Packages that use BusinessValueListType
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

Uses of BusinessValueListType in org.ogf.schemas.graap.wsAgreement
 

Methods in org.ogf.schemas.graap.wsAgreement that return BusinessValueListType
 BusinessValueListType GuaranteeTermType.addNewBusinessValueList()
          Appends and returns a new empty "BusinessValueList" element
 BusinessValueListType GuaranteeTermType.getBusinessValueList()
          Gets the "BusinessValueList" element
static BusinessValueListType BusinessValueListType.Factory.newInstance()
           
static BusinessValueListType BusinessValueListType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BusinessValueListType BusinessValueListType.Factory.parse(File file)
           
static BusinessValueListType BusinessValueListType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BusinessValueListType BusinessValueListType.Factory.parse(InputStream is)
           
static BusinessValueListType BusinessValueListType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BusinessValueListType BusinessValueListType.Factory.parse(Node node)
           
static BusinessValueListType BusinessValueListType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BusinessValueListType BusinessValueListType.Factory.parse(Reader r)
           
static BusinessValueListType BusinessValueListType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BusinessValueListType BusinessValueListType.Factory.parse(String xmlAsString)
           
static BusinessValueListType BusinessValueListType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BusinessValueListType BusinessValueListType.Factory.parse(URL u)
           
static BusinessValueListType BusinessValueListType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BusinessValueListType BusinessValueListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BusinessValueListType BusinessValueListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BusinessValueListType BusinessValueListType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BusinessValueListType BusinessValueListType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type BusinessValueListType
 void GuaranteeTermType.setBusinessValueList(BusinessValueListType businessValueList)
          Sets the "BusinessValueList" element
 

Uses of BusinessValueListType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement BusinessValueListType
 class BusinessValueListTypeImpl
          An XML BusinessValueListType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Methods in org.ogf.schemas.graap.wsAgreement.impl that return BusinessValueListType
 BusinessValueListType GuaranteeTermTypeImpl.addNewBusinessValueList()
          Appends and returns a new empty "BusinessValueList" element
 BusinessValueListType GuaranteeTermTypeImpl.getBusinessValueList()
          Gets the "BusinessValueList" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type BusinessValueListType
 void GuaranteeTermTypeImpl.setBusinessValueList(BusinessValueListType businessValueList)
          Sets the "BusinessValueList" element
 



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