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

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

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type PreferenceType
 void BusinessValueListType.setPreference(PreferenceType preference)
          Sets the "Preference" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return PreferenceType
 PreferenceType BusinessValueListTypeImpl.addNewPreference()
          Appends and returns a new empty "Preference" element
 PreferenceType BusinessValueListTypeImpl.getPreference()
          Gets the "Preference" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type PreferenceType
 void BusinessValueListTypeImpl.setPreference(PreferenceType preference)
          Sets the "Preference" element
 



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