|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallAppInfo
Defines the Tagged Choice of Data Elements that specify application-related call information.
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 |
public CallAppInfo()
Method Detail |
public org.csapi.jr.se.cc.CallAppInfoType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic int getCallAppAlertingMechanism() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppAlertingMechanism(int value)
value
- a int valuepublic org.csapi.jr.se.cc.CallNetworkAccessType getCallAppNetworkAccessType() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppNetworkAccessType(org.csapi.jr.se.cc.CallNetworkAccessType value)
value
- a org.csapi.jr.se.cc.CallNetworkAccessType valuepublic org.csapi.jr.se.cc.CallTeleService getCallAppTeleService() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppTeleService(org.csapi.jr.se.cc.CallTeleService value)
value
- a org.csapi.jr.se.cc.CallTeleService valuepublic org.csapi.jr.se.cc.CallBearerService getCallAppBearerService() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppBearerService(org.csapi.jr.se.cc.CallBearerService value)
value
- a org.csapi.jr.se.cc.CallBearerService valuepublic org.csapi.jr.se.cc.CallPartyCategory getCallAppPartyCategory() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppPartyCategory(org.csapi.jr.se.cc.CallPartyCategory value)
value
- a org.csapi.jr.se.cc.CallPartyCategory valuepublic org.csapi.jr.se.Address getCallAppPresentationAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppPresentationAddress(org.csapi.jr.se.Address value)
value
- a org.csapi.jr.se.Address valuepublic org.csapi.jr.se.Address getCallAppAdditionalAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppAdditionalAddress(org.csapi.jr.se.Address value)
value
- a org.csapi.jr.se.Address valuepublic org.csapi.jr.se.Address getCallAppOriginalDestinationAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppOriginalDestinationAddress(org.csapi.jr.se.Address value)
value
- a org.csapi.jr.se.Address valuepublic org.csapi.jr.se.Address getCallAppRedirectingAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppRedirectingAddress(org.csapi.jr.se.Address value)
value
- a org.csapi.jr.se.Address valuepublic java.lang.String getCallAppGenericInfo() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppGenericInfo(java.lang.String value)
value
- a java.lang.String valuepublic int getCallHighProbabilityCompletion() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallHighProbabilityCompletion(int value)
value
- a int valuepublic org.csapi.jr.se.cc.Carrier[] getCallAppCarrier() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallAppCarrier(org.csapi.jr.se.cc.Carrier[] value)
value
- a org.csapi.jr.se.cc.Carrier[] valuepublic void setUndefined(org.csapi.jr.se.cc.CallAppInfoType discriminator)
discriminator
- a CallAppInfoType valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |