|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessValueListType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
BigInteger getImportance()
org.apache.xmlbeans.XmlInteger xgetImportance()
boolean isSetImportance()
void setImportance(BigInteger importance)
void xsetImportance(org.apache.xmlbeans.XmlInteger importance)
void unsetImportance()
CompensationType[] getPenaltyArray()
CompensationType getPenaltyArray(int i)
int sizeOfPenaltyArray()
void setPenaltyArray(CompensationType[] penaltyArray)
void setPenaltyArray(int i, CompensationType penalty)
CompensationType insertNewPenalty(int i)
CompensationType addNewPenalty()
void removePenalty(int i)
CompensationType[] getRewardArray()
CompensationType getRewardArray(int i)
int sizeOfRewardArray()
void setRewardArray(CompensationType[] rewardArray)
void setRewardArray(int i, CompensationType reward)
CompensationType insertNewReward(int i)
CompensationType addNewReward()
void removeReward(int i)
PreferenceType getPreference()
boolean isSetPreference()
void setPreference(PreferenceType preference)
PreferenceType addNewPreference()
void unsetPreference()
org.apache.xmlbeans.XmlObject[] getCustomBusinessValueArray()
org.apache.xmlbeans.XmlObject getCustomBusinessValueArray(int i)
int sizeOfCustomBusinessValueArray()
void setCustomBusinessValueArray(org.apache.xmlbeans.XmlObject[] customBusinessValueArray)
void setCustomBusinessValueArray(int i, org.apache.xmlbeans.XmlObject customBusinessValue)
org.apache.xmlbeans.XmlObject insertNewCustomBusinessValue(int i)
org.apache.xmlbeans.XmlObject addNewCustomBusinessValue()
void removeCustomBusinessValue(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |