org.csapi.jr.se.cc
Class CallAppInfo

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

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

Defines the Tagged Choice of Data Elements that specify application-related call information.

See Also:
Serialized Form

Constructor Summary
CallAppInfo()
          Creates a new CallAppInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.Address getCallAppAdditionalAddress()
          This method returns a CallAppAdditionalAddress
 int getCallAppAlertingMechanism()
          This method returns a CallAppAlertingMechanism
 org.csapi.jr.se.cc.CallBearerService getCallAppBearerService()
          This method returns a CallAppBearerService
 org.csapi.jr.se.cc.Carrier[] getCallAppCarrier()
          This method returns a CallAppCarrier
 java.lang.String getCallAppGenericInfo()
          This method returns a CallAppGenericInfo
 org.csapi.jr.se.cc.CallNetworkAccessType getCallAppNetworkAccessType()
          This method returns a CallAppNetworkAccessType
 org.csapi.jr.se.Address getCallAppOriginalDestinationAddress()
          This method returns a CallAppOriginalDestinationAddress
 org.csapi.jr.se.cc.CallPartyCategory getCallAppPartyCategory()
          This method returns a CallAppPartyCategory
 org.csapi.jr.se.Address getCallAppPresentationAddress()
          This method returns a CallAppPresentationAddress
 org.csapi.jr.se.Address getCallAppRedirectingAddress()
          This method returns a CallAppRedirectingAddress
 org.csapi.jr.se.cc.CallTeleService getCallAppTeleService()
          This method returns a CallAppTeleService
 int getCallHighProbabilityCompletion()
          This method returns a CallHighProbabilityCompletion
 org.csapi.jr.se.cc.CallAppInfoType getDiscriminator()
          This method returns the discriminator.
 int hashCode()
          Returns a hashcode value for the object.
 void setCallAppAdditionalAddress(org.csapi.jr.se.Address value)
          This method sets a CallAppAdditionalAddress
 void setCallAppAlertingMechanism(int value)
          This method sets a CallAppAlertingMechanism
 void setCallAppBearerService(org.csapi.jr.se.cc.CallBearerService value)
          This method sets a CallAppBearerService
 void setCallAppCarrier(org.csapi.jr.se.cc.Carrier[] value)
          This method sets a CallAppCarrier
 void setCallAppGenericInfo(java.lang.String value)
          This method sets a CallAppGenericInfo
 void setCallAppNetworkAccessType(org.csapi.jr.se.cc.CallNetworkAccessType value)
          This method sets a CallAppNetworkAccessType
 void setCallAppOriginalDestinationAddress(org.csapi.jr.se.Address value)
          This method sets a CallAppOriginalDestinationAddress
 void setCallAppPartyCategory(org.csapi.jr.se.cc.CallPartyCategory value)
          This method sets a CallAppPartyCategory
 void setCallAppPresentationAddress(org.csapi.jr.se.Address value)
          This method sets a CallAppPresentationAddress
 void setCallAppRedirectingAddress(org.csapi.jr.se.Address value)
          This method sets a CallAppRedirectingAddress
 void setCallAppTeleService(org.csapi.jr.se.cc.CallTeleService value)
          This method sets a CallAppTeleService
 void setCallHighProbabilityCompletion(int value)
          This method sets a CallHighProbabilityCompletion
 void setUndefined(org.csapi.jr.se.cc.CallAppInfoType 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

CallAppInfo

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

Method Detail

getDiscriminator

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

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

getCallAppAlertingMechanism

public int getCallAppAlertingMechanism()
                                throws InvalidUnionAccessorException
This method returns a CallAppAlertingMechanism

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

setCallAppAlertingMechanism

public void setCallAppAlertingMechanism(int value)
This method sets a CallAppAlertingMechanism

Parameters:
value - a int value

getCallAppNetworkAccessType

public org.csapi.jr.se.cc.CallNetworkAccessType getCallAppNetworkAccessType()
                                                                     throws InvalidUnionAccessorException
This method returns a CallAppNetworkAccessType

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

setCallAppNetworkAccessType

public void setCallAppNetworkAccessType(org.csapi.jr.se.cc.CallNetworkAccessType value)
This method sets a CallAppNetworkAccessType

Parameters:
value - a org.csapi.jr.se.cc.CallNetworkAccessType value

getCallAppTeleService

public org.csapi.jr.se.cc.CallTeleService getCallAppTeleService()
                                                         throws InvalidUnionAccessorException
This method returns a CallAppTeleService

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

setCallAppTeleService

public void setCallAppTeleService(org.csapi.jr.se.cc.CallTeleService value)
This method sets a CallAppTeleService

Parameters:
value - a org.csapi.jr.se.cc.CallTeleService value

getCallAppBearerService

public org.csapi.jr.se.cc.CallBearerService getCallAppBearerService()
                                                             throws InvalidUnionAccessorException
This method returns a CallAppBearerService

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

setCallAppBearerService

public void setCallAppBearerService(org.csapi.jr.se.cc.CallBearerService value)
This method sets a CallAppBearerService

Parameters:
value - a org.csapi.jr.se.cc.CallBearerService value

getCallAppPartyCategory

public org.csapi.jr.se.cc.CallPartyCategory getCallAppPartyCategory()
                                                             throws InvalidUnionAccessorException
This method returns a CallAppPartyCategory

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

setCallAppPartyCategory

public void setCallAppPartyCategory(org.csapi.jr.se.cc.CallPartyCategory value)
This method sets a CallAppPartyCategory

Parameters:
value - a org.csapi.jr.se.cc.CallPartyCategory value

getCallAppPresentationAddress

public org.csapi.jr.se.Address getCallAppPresentationAddress()
                                                      throws InvalidUnionAccessorException
This method returns a CallAppPresentationAddress

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

setCallAppPresentationAddress

public void setCallAppPresentationAddress(org.csapi.jr.se.Address value)
This method sets a CallAppPresentationAddress

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

getCallAppAdditionalAddress

public org.csapi.jr.se.Address getCallAppAdditionalAddress()
                                                    throws InvalidUnionAccessorException
This method returns a CallAppAdditionalAddress

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

setCallAppAdditionalAddress

public void setCallAppAdditionalAddress(org.csapi.jr.se.Address value)
This method sets a CallAppAdditionalAddress

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

getCallAppOriginalDestinationAddress

public org.csapi.jr.se.Address getCallAppOriginalDestinationAddress()
                                                             throws InvalidUnionAccessorException
This method returns a CallAppOriginalDestinationAddress

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

setCallAppOriginalDestinationAddress

public void setCallAppOriginalDestinationAddress(org.csapi.jr.se.Address value)
This method sets a CallAppOriginalDestinationAddress

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

getCallAppRedirectingAddress

public org.csapi.jr.se.Address getCallAppRedirectingAddress()
                                                     throws InvalidUnionAccessorException
This method returns a CallAppRedirectingAddress

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

setCallAppRedirectingAddress

public void setCallAppRedirectingAddress(org.csapi.jr.se.Address value)
This method sets a CallAppRedirectingAddress

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

getCallAppGenericInfo

public java.lang.String getCallAppGenericInfo()
                                       throws InvalidUnionAccessorException
This method returns a CallAppGenericInfo

Returns:
a java.lang.String value
Throws:
InvalidUnionAccessorException - if an error occurs

setCallAppGenericInfo

public void setCallAppGenericInfo(java.lang.String value)
This method sets a CallAppGenericInfo

Parameters:
value - a java.lang.String value

getCallHighProbabilityCompletion

public int getCallHighProbabilityCompletion()
                                     throws InvalidUnionAccessorException
This method returns a CallHighProbabilityCompletion

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

setCallHighProbabilityCompletion

public void setCallHighProbabilityCompletion(int value)
This method sets a CallHighProbabilityCompletion

Parameters:
value - a int value

getCallAppCarrier

public org.csapi.jr.se.cc.Carrier[] getCallAppCarrier()
                                               throws InvalidUnionAccessorException
This method returns a CallAppCarrier

Returns:
a org.csapi.jr.se.cc.Carrier[] value
Throws:
InvalidUnionAccessorException - if an error occurs

setCallAppCarrier

public void setCallAppCarrier(org.csapi.jr.se.cc.Carrier[] value)
This method sets a CallAppCarrier

Parameters:
value - a org.csapi.jr.se.cc.Carrier[] value

setUndefined

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

Parameters:
discriminator - a CallAppInfoType 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