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

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

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

Methods in org.ogf.schemas.graap.wsAgreement that return CompensationType
 CompensationType BusinessValueListType.addNewPenalty()
          Appends and returns a new empty value (as xml) as the last "Penalty" element
 CompensationType BusinessValueListType.addNewReward()
          Appends and returns a new empty value (as xml) as the last "Reward" element
 CompensationType[] BusinessValueListType.getPenaltyArray()
          Gets array of all "Penalty" elements
 CompensationType BusinessValueListType.getPenaltyArray(int i)
          Gets ith "Penalty" element
 CompensationType[] BusinessValueListType.getRewardArray()
          Gets array of all "Reward" elements
 CompensationType BusinessValueListType.getRewardArray(int i)
          Gets ith "Reward" element
 CompensationType BusinessValueListType.insertNewPenalty(int i)
          Inserts and returns a new empty value (as xml) as the ith "Penalty" element
 CompensationType BusinessValueListType.insertNewReward(int i)
          Inserts and returns a new empty value (as xml) as the ith "Reward" element
static CompensationType CompensationType.Factory.newInstance()
           
static CompensationType CompensationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CompensationType CompensationType.Factory.parse(File file)
           
static CompensationType CompensationType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CompensationType CompensationType.Factory.parse(InputStream is)
           
static CompensationType CompensationType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CompensationType CompensationType.Factory.parse(Node node)
           
static CompensationType CompensationType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CompensationType CompensationType.Factory.parse(Reader r)
           
static CompensationType CompensationType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CompensationType CompensationType.Factory.parse(String xmlAsString)
           
static CompensationType CompensationType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CompensationType CompensationType.Factory.parse(URL u)
           
static CompensationType CompensationType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CompensationType CompensationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CompensationType CompensationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CompensationType CompensationType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static CompensationType CompensationType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type CompensationType
 void BusinessValueListType.setPenaltyArray(CompensationType[] penaltyArray)
          Sets array of all "Penalty" element
 void BusinessValueListType.setPenaltyArray(int i, CompensationType penalty)
          Sets ith "Penalty" element
 void BusinessValueListType.setRewardArray(CompensationType[] rewardArray)
          Sets array of all "Reward" element
 void BusinessValueListType.setRewardArray(int i, CompensationType reward)
          Sets ith "Reward" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return CompensationType
 CompensationType BusinessValueListTypeImpl.addNewPenalty()
          Appends and returns a new empty value (as xml) as the last "Penalty" element
 CompensationType BusinessValueListTypeImpl.addNewReward()
          Appends and returns a new empty value (as xml) as the last "Reward" element
 CompensationType[] BusinessValueListTypeImpl.getPenaltyArray()
          Gets array of all "Penalty" elements
 CompensationType BusinessValueListTypeImpl.getPenaltyArray(int i)
          Gets ith "Penalty" element
 CompensationType[] BusinessValueListTypeImpl.getRewardArray()
          Gets array of all "Reward" elements
 CompensationType BusinessValueListTypeImpl.getRewardArray(int i)
          Gets ith "Reward" element
 CompensationType BusinessValueListTypeImpl.insertNewPenalty(int i)
          Inserts and returns a new empty value (as xml) as the ith "Penalty" element
 CompensationType BusinessValueListTypeImpl.insertNewReward(int i)
          Inserts and returns a new empty value (as xml) as the ith "Reward" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type CompensationType
 void BusinessValueListTypeImpl.setPenaltyArray(CompensationType[] penaltyArray)
          Sets array of all "Penalty" element
 void BusinessValueListTypeImpl.setPenaltyArray(int i, CompensationType penalty)
          Sets ith "Penalty" element
 void BusinessValueListTypeImpl.setRewardArray(CompensationType[] rewardArray)
          Sets array of all "Reward" element
 void BusinessValueListTypeImpl.setRewardArray(int i, CompensationType reward)
          Sets ith "Reward" element
 



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