org.iids.aos.systemservices.datatypes.wsagreement
Class BusinessValueListType

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.BusinessValueListType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BusinessValueList

public class BusinessValueListType
extends java.lang.Object
implements java.io.Serializable

Class BusinessValueListType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
BusinessValueListType()
           
 
Method Summary
 void addCustomBusinessValue(int index, java.lang.Object vCustomBusinessValue)
          Method addCustomBusinessValue
 void addCustomBusinessValue(java.lang.Object vCustomBusinessValue)
          Method addCustomBusinessValue
 void deleteImportance()
          Method deleteImportance
 java.util.Enumeration enumerateCustomBusinessValue()
          Method enumerateCustomBusinessValue
 java.lang.Object[] getCustomBusinessValue()
          Method getCustomBusinessValue
 java.lang.Object getCustomBusinessValue(int index)
          Method getCustomBusinessValue
 int getCustomBusinessValueCount()
          Method getCustomBusinessValueCount
 int getImportance()
          Returns the value of field 'importance'.
 Penalty getPenalty()
          Returns the value of field 'penalty'.
 Preference getPreference()
          Returns the value of field 'preference'.
 Reward getReward()
          Returns the value of field 'reward'.
 boolean hasImportance()
          Method hasImportance
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllCustomBusinessValue()
          Method removeAllCustomBusinessValue
 java.lang.Object removeCustomBusinessValue(int index)
          Method removeCustomBusinessValue
 void setCustomBusinessValue(int index, java.lang.Object vCustomBusinessValue)
          Method setCustomBusinessValue
 void setCustomBusinessValue(java.lang.Object[] customBusinessValueArray)
          Method setCustomBusinessValue
 void setImportance(int importance)
          Sets the value of field 'importance'.
 void setPenalty(Penalty penalty)
          Sets the value of field 'penalty'.
 void setPreference(Preference preference)
          Sets the value of field 'preference'.
 void setReward(Reward reward)
          Sets the value of field 'reward'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessValueListType

public BusinessValueListType()
Method Detail

addCustomBusinessValue

public void addCustomBusinessValue(java.lang.Object vCustomBusinessValue)
                            throws java.lang.IndexOutOfBoundsException
Method addCustomBusinessValue

Parameters:
vCustomBusinessValue -
Throws:
java.lang.IndexOutOfBoundsException

addCustomBusinessValue

public void addCustomBusinessValue(int index,
                                   java.lang.Object vCustomBusinessValue)
                            throws java.lang.IndexOutOfBoundsException
Method addCustomBusinessValue

Parameters:
index -
vCustomBusinessValue -
Throws:
java.lang.IndexOutOfBoundsException

deleteImportance

public void deleteImportance()
Method deleteImportance


enumerateCustomBusinessValue

public java.util.Enumeration enumerateCustomBusinessValue()
Method enumerateCustomBusinessValue

Returns:
Enumeration

getCustomBusinessValue

public java.lang.Object getCustomBusinessValue(int index)
                                        throws java.lang.IndexOutOfBoundsException
Method getCustomBusinessValue

Parameters:
index -
Returns:
Object
Throws:
java.lang.IndexOutOfBoundsException

getCustomBusinessValue

public java.lang.Object[] getCustomBusinessValue()
Method getCustomBusinessValue

Returns:
Object

getCustomBusinessValueCount

public int getCustomBusinessValueCount()
Method getCustomBusinessValueCount

Returns:
int

getImportance

public int getImportance()
Returns the value of field 'importance'.

Returns:
int

getPenalty

public Penalty getPenalty()
Returns the value of field 'penalty'.

Returns:
Penalty

getPreference

public Preference getPreference()
Returns the value of field 'preference'.

Returns:
Preference

getReward

public Reward getReward()
Returns the value of field 'reward'.

Returns:
Reward

hasImportance

public boolean hasImportance()
Method hasImportance

Returns:
boolean

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllCustomBusinessValue

public void removeAllCustomBusinessValue()
Method removeAllCustomBusinessValue


removeCustomBusinessValue

public java.lang.Object removeCustomBusinessValue(int index)
Method removeCustomBusinessValue

Parameters:
index -
Returns:
Object

setCustomBusinessValue

public void setCustomBusinessValue(int index,
                                   java.lang.Object vCustomBusinessValue)
                            throws java.lang.IndexOutOfBoundsException
Method setCustomBusinessValue

Parameters:
index -
vCustomBusinessValue -
Throws:
java.lang.IndexOutOfBoundsException

setCustomBusinessValue

public void setCustomBusinessValue(java.lang.Object[] customBusinessValueArray)
Method setCustomBusinessValue

Parameters:
customBusinessValueArray -

setImportance

public void setImportance(int importance)
Sets the value of field 'importance'.

Parameters:
importance - the value of field 'importance'.

setPenalty

public void setPenalty(Penalty penalty)
Sets the value of field 'penalty'.

Parameters:
penalty - the value of field 'penalty'.

setPreference

public void setPreference(Preference preference)
Sets the value of field 'preference'.

Parameters:
preference - the value of field 'preference'.

setReward

public void setReward(Reward reward)
Sets the value of field 'reward'.

Parameters:
reward - the value of field 'reward'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.