|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.DomainID
Defines the Tagged Choice of Data Elements that specify either the Framework or the type of entity attempting to access the Framework. NOTE: The Choice Element Name ServiceID of TpDomainID refers to a service instance.
Constructor Summary | |
DomainID()
Creates a new DomainID. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getClientAppID()
This method returns a ClientAppID |
org.csapi.jr.se.fw.DomainIDType |
getDiscriminator()
This method returns the discriminator. |
java.lang.String |
getEntOpID()
This method returns a EntOpID |
java.lang.String |
getFwID()
This method returns a FwID |
java.lang.String |
getServiceID()
This method returns a ServiceID |
java.lang.String |
getServiceSupplierID()
This method returns a ServiceSupplierID |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setClientAppID(java.lang.String value)
This method sets a ClientAppID |
void |
setEntOpID(java.lang.String value)
This method sets a EntOpID |
void |
setFwID(java.lang.String value)
This method sets a FwID |
void |
setServiceID(java.lang.String value)
This method sets a ServiceID |
void |
setServiceSupplierID(java.lang.String value)
This method sets a ServiceSupplierID |
void |
setUndefined(org.csapi.jr.se.fw.DomainIDType 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 DomainID()
Method Detail |
public org.csapi.jr.se.fw.DomainIDType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic java.lang.String getFwID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setFwID(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getClientAppID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setClientAppID(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getEntOpID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setEntOpID(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getServiceID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setServiceID(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getServiceSupplierID() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setServiceSupplierID(java.lang.String value)
value
- a java.lang.String valuepublic void setUndefined(org.csapi.jr.se.fw.DomainIDType discriminator)
discriminator
- a DomainIDType 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 |