org.ogf.schemas.graap.wsAgreement
Interface BusinessValueListType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
BusinessValueListTypeImpl

public interface BusinessValueListType
extends org.apache.xmlbeans.XmlObject

An XML BusinessValueListType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.


Nested Class Summary
static class BusinessValueListType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.XmlObject addNewCustomBusinessValue()
          Appends and returns a new empty value (as xml) as the last "CustomBusinessValue" element
 CompensationType addNewPenalty()
          Appends and returns a new empty value (as xml) as the last "Penalty" element
 PreferenceType addNewPreference()
          Appends and returns a new empty "Preference" element
 CompensationType addNewReward()
          Appends and returns a new empty value (as xml) as the last "Reward" element
 org.apache.xmlbeans.XmlObject[] getCustomBusinessValueArray()
          Gets array of all "CustomBusinessValue" elements
 org.apache.xmlbeans.XmlObject getCustomBusinessValueArray(int i)
          Gets ith "CustomBusinessValue" element
 BigInteger getImportance()
          Gets the "Importance" element
 CompensationType[] getPenaltyArray()
          Gets array of all "Penalty" elements
 CompensationType getPenaltyArray(int i)
          Gets ith "Penalty" element
 PreferenceType getPreference()
          Gets the "Preference" element
 CompensationType[] getRewardArray()
          Gets array of all "Reward" elements
 CompensationType getRewardArray(int i)
          Gets ith "Reward" element
 org.apache.xmlbeans.XmlObject insertNewCustomBusinessValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "CustomBusinessValue" element
 CompensationType insertNewPenalty(int i)
          Inserts and returns a new empty value (as xml) as the ith "Penalty" element
 CompensationType insertNewReward(int i)
          Inserts and returns a new empty value (as xml) as the ith "Reward" element
 boolean isSetImportance()
          True if has "Importance" element
 boolean isSetPreference()
          True if has "Preference" element
 void removeCustomBusinessValue(int i)
          Removes the ith "CustomBusinessValue" element
 void removePenalty(int i)
          Removes the ith "Penalty" element
 void removeReward(int i)
          Removes the ith "Reward" element
 void setCustomBusinessValueArray(int i, org.apache.xmlbeans.XmlObject customBusinessValue)
          Sets ith "CustomBusinessValue" element
 void setCustomBusinessValueArray(org.apache.xmlbeans.XmlObject[] customBusinessValueArray)
          Sets array of all "CustomBusinessValue" element
 void setImportance(BigInteger importance)
          Sets the "Importance" element
 void setPenaltyArray(CompensationType[] penaltyArray)
          Sets array of all "Penalty" element
 void setPenaltyArray(int i, CompensationType penalty)
          Sets ith "Penalty" element
 void setPreference(PreferenceType preference)
          Sets the "Preference" element
 void setRewardArray(CompensationType[] rewardArray)
          Sets array of all "Reward" element
 void setRewardArray(int i, CompensationType reward)
          Sets ith "Reward" element
 int sizeOfCustomBusinessValueArray()
          Returns number of "CustomBusinessValue" element
 int sizeOfPenaltyArray()
          Returns number of "Penalty" element
 int sizeOfRewardArray()
          Returns number of "Reward" element
 void unsetImportance()
          Unsets the "Importance" element
 void unsetPreference()
          Unsets the "Preference" element
 org.apache.xmlbeans.XmlInteger xgetImportance()
          Gets (as xml) the "Importance" element
 void xsetImportance(org.apache.xmlbeans.XmlInteger importance)
          Sets (as xml) the "Importance" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getImportance

BigInteger getImportance()
Gets the "Importance" element


xgetImportance

org.apache.xmlbeans.XmlInteger xgetImportance()
Gets (as xml) the "Importance" element


isSetImportance

boolean isSetImportance()
True if has "Importance" element


setImportance

void setImportance(BigInteger importance)
Sets the "Importance" element


xsetImportance

void xsetImportance(org.apache.xmlbeans.XmlInteger importance)
Sets (as xml) the "Importance" element


unsetImportance

void unsetImportance()
Unsets the "Importance" element


getPenaltyArray

CompensationType[] getPenaltyArray()
Gets array of all "Penalty" elements


getPenaltyArray

CompensationType getPenaltyArray(int i)
Gets ith "Penalty" element


sizeOfPenaltyArray

int sizeOfPenaltyArray()
Returns number of "Penalty" element


setPenaltyArray

void setPenaltyArray(CompensationType[] penaltyArray)
Sets array of all "Penalty" element


setPenaltyArray

void setPenaltyArray(int i,
                     CompensationType penalty)
Sets ith "Penalty" element


insertNewPenalty

CompensationType insertNewPenalty(int i)
Inserts and returns a new empty value (as xml) as the ith "Penalty" element


addNewPenalty

CompensationType addNewPenalty()
Appends and returns a new empty value (as xml) as the last "Penalty" element


removePenalty

void removePenalty(int i)
Removes the ith "Penalty" element


getRewardArray

CompensationType[] getRewardArray()
Gets array of all "Reward" elements


getRewardArray

CompensationType getRewardArray(int i)
Gets ith "Reward" element


sizeOfRewardArray

int sizeOfRewardArray()
Returns number of "Reward" element


setRewardArray

void setRewardArray(CompensationType[] rewardArray)
Sets array of all "Reward" element


setRewardArray

void setRewardArray(int i,
                    CompensationType reward)
Sets ith "Reward" element


insertNewReward

CompensationType insertNewReward(int i)
Inserts and returns a new empty value (as xml) as the ith "Reward" element


addNewReward

CompensationType addNewReward()
Appends and returns a new empty value (as xml) as the last "Reward" element


removeReward

void removeReward(int i)
Removes the ith "Reward" element


getPreference

PreferenceType getPreference()
Gets the "Preference" element


isSetPreference

boolean isSetPreference()
True if has "Preference" element


setPreference

void setPreference(PreferenceType preference)
Sets the "Preference" element


addNewPreference

PreferenceType addNewPreference()
Appends and returns a new empty "Preference" element


unsetPreference

void unsetPreference()
Unsets the "Preference" element


getCustomBusinessValueArray

org.apache.xmlbeans.XmlObject[] getCustomBusinessValueArray()
Gets array of all "CustomBusinessValue" elements


getCustomBusinessValueArray

org.apache.xmlbeans.XmlObject getCustomBusinessValueArray(int i)
Gets ith "CustomBusinessValue" element


sizeOfCustomBusinessValueArray

int sizeOfCustomBusinessValueArray()
Returns number of "CustomBusinessValue" element


setCustomBusinessValueArray

void setCustomBusinessValueArray(org.apache.xmlbeans.XmlObject[] customBusinessValueArray)
Sets array of all "CustomBusinessValue" element


setCustomBusinessValueArray

void setCustomBusinessValueArray(int i,
                                 org.apache.xmlbeans.XmlObject customBusinessValue)
Sets ith "CustomBusinessValue" element


insertNewCustomBusinessValue

org.apache.xmlbeans.XmlObject insertNewCustomBusinessValue(int i)
Inserts and returns a new empty value (as xml) as the ith "CustomBusinessValue" element


addNewCustomBusinessValue

org.apache.xmlbeans.XmlObject addNewCustomBusinessValue()
Appends and returns a new empty value (as xml) as the last "CustomBusinessValue" element


removeCustomBusinessValue

void removeCustomBusinessValue(int i)
Removes the ith "CustomBusinessValue" element



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