4.1.0.610 20071213

ch.ecma.csta.binding
Class ChargingCaps

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.ChargingCaps
All Implemented Interfaces:
java.io.Serializable

public class ChargingCaps
extends ch.ecma.csta.CastorObject
implements java.io.Serializable

Class ChargingCaps.

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

Constructor Summary
ChargingCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getChargingMultiplierAHundredth()
          Returns the value of field 'chargingMultiplierAHundredth'.
 java.lang.Boolean getChargingMultiplierATenth()
          Returns the value of field 'chargingMultiplierATenth'.
 java.lang.Boolean getChargingMultiplierAThousandth()
          Returns the value of field 'chargingMultiplierAThousandth'.
 java.lang.Boolean getChargingMultiplierHundred()
          Returns the value of field 'chargingMultiplierHundred'.
 java.lang.Boolean getChargingMultiplierOne()
          Returns the value of field 'chargingMultiplierOne'.
 java.lang.Boolean getChargingMultiplierTen()
          Returns the value of field 'chargingMultiplierTen'.
 java.lang.Boolean getChargingMultiplierThousand()
          Returns the value of field 'chargingMultiplierThousand'.
 java.lang.Boolean getNumberUnitsNumberOfChargingUnits()
          Returns the value of field 'numberUnitsNumberOfChargingUnits'.
 java.lang.Boolean getNumberUnitsNumberOfCurrencyUnits()
          Returns the value of field 'numberUnitsNumberOfCurrencyUnits'.
 java.lang.Boolean getNumberUnitsTypeOfUnits()
          Returns the value of field 'numberUnitsTypeOfUnits'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getTypeOfChargingInfoSubTotal()
          Returns the value of field 'typeOfChargingInfoSubTotal'.
 java.lang.Boolean getTypeOfChargingInfoTotal()
          Returns the value of field 'typeOfChargingInfoTotal'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setChargingMultiplierAHundredth(java.lang.Boolean chargingMultiplierAHundredth)
          Sets the value of field 'chargingMultiplierAHundredth'.
 void setChargingMultiplierATenth(java.lang.Boolean chargingMultiplierATenth)
          Sets the value of field 'chargingMultiplierATenth'.
 void setChargingMultiplierAThousandth(java.lang.Boolean chargingMultiplierAThousandth)
          Sets the value of field 'chargingMultiplierAThousandth'.
 void setChargingMultiplierHundred(java.lang.Boolean chargingMultiplierHundred)
          Sets the value of field 'chargingMultiplierHundred'.
 void setChargingMultiplierOne(java.lang.Boolean chargingMultiplierOne)
          Sets the value of field 'chargingMultiplierOne'.
 void setChargingMultiplierTen(java.lang.Boolean chargingMultiplierTen)
          Sets the value of field 'chargingMultiplierTen'.
 void setChargingMultiplierThousand(java.lang.Boolean chargingMultiplierThousand)
          Sets the value of field 'chargingMultiplierThousand'.
 void setNumberUnitsNumberOfChargingUnits(java.lang.Boolean numberUnitsNumberOfChargingUnits)
          Sets the value of field 'numberUnitsNumberOfChargingUnits'.
 void setNumberUnitsNumberOfCurrencyUnits(java.lang.Boolean numberUnitsNumberOfCurrencyUnits)
          Sets the value of field 'numberUnitsNumberOfCurrencyUnits'.
 void setNumberUnitsTypeOfUnits(java.lang.Boolean numberUnitsTypeOfUnits)
          Sets the value of field 'numberUnitsTypeOfUnits'.
 void setPrivateData(java.lang.Boolean privateData)
          Sets the value of field 'privateData'.
 void setTypeOfChargingInfoSubTotal(java.lang.Boolean typeOfChargingInfoSubTotal)
          Sets the value of field 'typeOfChargingInfoSubTotal'.
 void setTypeOfChargingInfoTotal(java.lang.Boolean typeOfChargingInfoTotal)
          Sets the value of field 'typeOfChargingInfoTotal'.
static ChargingCaps unmarshalChargingCaps(java.io.Reader reader)
          Method unmarshalChargingCaps
 void validate()
          Method validate
 
Methods inherited from class ch.ecma.csta.CastorObject
getOldSessionID, hashCode, setOldSessionID, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChargingCaps

public ChargingCaps()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class ch.ecma.csta.CastorObject
Parameters:
obj -
Returns:
boolean

getChargingMultiplierAHundredth

public java.lang.Boolean getChargingMultiplierAHundredth()
Returns the value of field 'chargingMultiplierAHundredth'.

Returns:
Boolean

getChargingMultiplierATenth

public java.lang.Boolean getChargingMultiplierATenth()
Returns the value of field 'chargingMultiplierATenth'.

Returns:
Boolean

getChargingMultiplierAThousandth

public java.lang.Boolean getChargingMultiplierAThousandth()
Returns the value of field 'chargingMultiplierAThousandth'.

Returns:
Boolean

getChargingMultiplierHundred

public java.lang.Boolean getChargingMultiplierHundred()
Returns the value of field 'chargingMultiplierHundred'.

Returns:
Boolean

getChargingMultiplierOne

public java.lang.Boolean getChargingMultiplierOne()
Returns the value of field 'chargingMultiplierOne'.

Returns:
Boolean

getChargingMultiplierTen

public java.lang.Boolean getChargingMultiplierTen()
Returns the value of field 'chargingMultiplierTen'.

Returns:
Boolean

getChargingMultiplierThousand

public java.lang.Boolean getChargingMultiplierThousand()
Returns the value of field 'chargingMultiplierThousand'.

Returns:
Boolean

getNumberUnitsNumberOfChargingUnits

public java.lang.Boolean getNumberUnitsNumberOfChargingUnits()
Returns the value of field 'numberUnitsNumberOfChargingUnits'.

Returns:
Boolean

getNumberUnitsNumberOfCurrencyUnits

public java.lang.Boolean getNumberUnitsNumberOfCurrencyUnits()
Returns the value of field 'numberUnitsNumberOfCurrencyUnits'.

Returns:
Boolean

getNumberUnitsTypeOfUnits

public java.lang.Boolean getNumberUnitsTypeOfUnits()
Returns the value of field 'numberUnitsTypeOfUnits'.

Returns:
Boolean

getPrivateData

public java.lang.Boolean getPrivateData()
Returns the value of field 'privateData'.

Returns:
Boolean

getTypeOfChargingInfoSubTotal

public java.lang.Boolean getTypeOfChargingInfoSubTotal()
Returns the value of field 'typeOfChargingInfoSubTotal'.

Returns:
Boolean

getTypeOfChargingInfoTotal

public java.lang.Boolean getTypeOfChargingInfoTotal()
Returns the value of field 'typeOfChargingInfoTotal'.

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

setChargingMultiplierAHundredth

public void setChargingMultiplierAHundredth(java.lang.Boolean chargingMultiplierAHundredth)
Sets the value of field 'chargingMultiplierAHundredth'.

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

setChargingMultiplierATenth

public void setChargingMultiplierATenth(java.lang.Boolean chargingMultiplierATenth)
Sets the value of field 'chargingMultiplierATenth'.

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

setChargingMultiplierAThousandth

public void setChargingMultiplierAThousandth(java.lang.Boolean chargingMultiplierAThousandth)
Sets the value of field 'chargingMultiplierAThousandth'.

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

setChargingMultiplierHundred

public void setChargingMultiplierHundred(java.lang.Boolean chargingMultiplierHundred)
Sets the value of field 'chargingMultiplierHundred'.

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

setChargingMultiplierOne

public void setChargingMultiplierOne(java.lang.Boolean chargingMultiplierOne)
Sets the value of field 'chargingMultiplierOne'.

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

setChargingMultiplierTen

public void setChargingMultiplierTen(java.lang.Boolean chargingMultiplierTen)
Sets the value of field 'chargingMultiplierTen'.

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

setChargingMultiplierThousand

public void setChargingMultiplierThousand(java.lang.Boolean chargingMultiplierThousand)
Sets the value of field 'chargingMultiplierThousand'.

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

setNumberUnitsNumberOfChargingUnits

public void setNumberUnitsNumberOfChargingUnits(java.lang.Boolean numberUnitsNumberOfChargingUnits)
Sets the value of field 'numberUnitsNumberOfChargingUnits'.

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

setNumberUnitsNumberOfCurrencyUnits

public void setNumberUnitsNumberOfCurrencyUnits(java.lang.Boolean numberUnitsNumberOfCurrencyUnits)
Sets the value of field 'numberUnitsNumberOfCurrencyUnits'.

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

setNumberUnitsTypeOfUnits

public void setNumberUnitsTypeOfUnits(java.lang.Boolean numberUnitsTypeOfUnits)
Sets the value of field 'numberUnitsTypeOfUnits'.

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

setPrivateData

public void setPrivateData(java.lang.Boolean privateData)
Sets the value of field 'privateData'.

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

setTypeOfChargingInfoSubTotal

public void setTypeOfChargingInfoSubTotal(java.lang.Boolean typeOfChargingInfoSubTotal)
Sets the value of field 'typeOfChargingInfoSubTotal'.

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

setTypeOfChargingInfoTotal

public void setTypeOfChargingInfoTotal(java.lang.Boolean typeOfChargingInfoTotal)
Sets the value of field 'typeOfChargingInfoTotal'.

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

unmarshalChargingCaps

public static ChargingCaps unmarshalChargingCaps(java.io.Reader reader)
                                          throws org.exolab.castor.xml.MarshalException,
                                                 org.exolab.castor.xml.ValidationException
Method unmarshalChargingCaps

Parameters:
reader -
Returns:
ChargingCaps
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

4.1.0.610 20071213

Copyright 2004 Avaya Inc All Rights Reserved.