org.csapi.jr.se.cc
Class CallPartyToChargeAdditionalInfo

java.lang.Object
  |
  +--org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
All Implemented Interfaces:
java.io.Serializable

public final class CallPartyToChargeAdditionalInfo
extends java.lang.Object
implements java.io.Serializable

Defines the Tagged Choice of Data Elements that identifies the entity or party to be charged.

See Also:
Serialized Form

Constructor Summary
CallPartyToChargeAdditionalInfo()
          Creates a new CallPartyToChargeAdditionalInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.Address getCallPartySpecial()
          This method returns a CallPartySpecial
 org.csapi.jr.se.cc.CallPartyToChargeType getDiscriminator()
          This method returns the discriminator.
 int hashCode()
          Returns a hashcode value for the object.
 void setCallPartySpecial(org.csapi.jr.se.Address value)
          This method sets a CallPartySpecial
 void setUndefined(org.csapi.jr.se.cc.CallPartyToChargeType discriminator)
          This method will receive the discriminator as a parameter and will set _object to null
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallPartyToChargeAdditionalInfo

public CallPartyToChargeAdditionalInfo()
Creates a new CallPartyToChargeAdditionalInfo. Tagged choice of data elements always have empty constructors

Method Detail

getDiscriminator

public org.csapi.jr.se.cc.CallPartyToChargeType getDiscriminator()
                                                          throws InvalidUnionAccessorException
This method returns the discriminator.

Returns:
a CallPartyToChargeType value
Throws:
InvalidUnionAccessorException - if an error occurs

getCallPartySpecial

public org.csapi.jr.se.Address getCallPartySpecial()
                                            throws InvalidUnionAccessorException
This method returns a CallPartySpecial

Returns:
a org.csapi.jr.se.Address value
Throws:
InvalidUnionAccessorException - if an error occurs

setCallPartySpecial

public void setCallPartySpecial(org.csapi.jr.se.Address value)
This method sets a CallPartySpecial

Parameters:
value - a org.csapi.jr.se.Address value

setUndefined

public void setUndefined(org.csapi.jr.se.cc.CallPartyToChargeType discriminator)
This method will receive the discriminator as a parameter and will set _object to null

Parameters:
discriminator - a CallPartyToChargeType value

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object