4.1.0.610 20071213

ch.ecma.csta.binding
Class UniversalFailure

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.UniversalFailure
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CSTAErrorCode, ErrorValue

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

Class UniversalFailure.

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

Constructor Summary
UniversalFailure()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Object getChoiceValue()
          Returns the value of field 'choiceValue'.
 OperationErrors getOperation()
          Returns the value of field 'operation'.
 PerformanceManagementErrors getPerformanceManagement()
          Returns the value of field 'performanceManagement'.
 PrivateDataInfoErrors getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.String getPrivateErrorCode()
          Returns the value of field 'privateErrorCode'.
 SecurityErrors getSecurity()
          Returns the value of field 'security'.
 StateIncompatibilityErrors getStateIncompatibility()
          Returns the value of field 'stateIncompatibility'.
 SubscribedResourceAvailabilityErrors getSubscribedResourceAvailability()
          Returns the value of field 'subscribedResourceAvailability'.
 SystemResourceAvailabilityErrors getSystemResourceAvailibility()
          Returns the value of field 'systemResourceAvailibility'.
 Empty getUnspecified()
          Returns the value of field 'unspecified'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setOperation(OperationErrors operation)
          Sets the value of field 'operation'.
 void setPerformanceManagement(PerformanceManagementErrors performanceManagement)
          Sets the value of field 'performanceManagement'.
 void setPrivateData(PrivateDataInfoErrors privateData)
          Sets the value of field 'privateData'.
 void setPrivateErrorCode(java.lang.String privateErrorCode)
          Sets the value of field 'privateErrorCode'.
 void setSecurity(SecurityErrors security)
          Sets the value of field 'security'.
 void setStateIncompatibility(StateIncompatibilityErrors stateIncompatibility)
          Sets the value of field 'stateIncompatibility'.
 void setSubscribedResourceAvailability(SubscribedResourceAvailabilityErrors subscribedResourceAvailability)
          Sets the value of field 'subscribedResourceAvailability'.
 void setSystemResourceAvailibility(SystemResourceAvailabilityErrors systemResourceAvailibility)
          Sets the value of field 'systemResourceAvailibility'.
 void setUnspecified(Empty unspecified)
          Sets the value of field 'unspecified'.
static UniversalFailure unmarshalUniversalFailure(java.io.Reader reader)
          Method unmarshalUniversalFailure
 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

UniversalFailure

public UniversalFailure()
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

getChoiceValue

public java.lang.Object getChoiceValue()
Returns the value of field 'choiceValue'. The field 'choiceValue' has the following description: Internal choice value storage

Returns:
Object

getOperation

public OperationErrors getOperation()
Returns the value of field 'operation'.

Returns:
OperationErrors

getPerformanceManagement

public PerformanceManagementErrors getPerformanceManagement()
Returns the value of field 'performanceManagement'.

Returns:
PerformanceManagementErrors

getPrivateData

public PrivateDataInfoErrors getPrivateData()
Returns the value of field 'privateData'.

Returns:
PrivateDataInfoErrors

getPrivateErrorCode

public java.lang.String getPrivateErrorCode()
Returns the value of field 'privateErrorCode'.

Returns:
String

getSecurity

public SecurityErrors getSecurity()
Returns the value of field 'security'.

Returns:
SecurityErrors

getStateIncompatibility

public StateIncompatibilityErrors getStateIncompatibility()
Returns the value of field 'stateIncompatibility'.

Returns:
StateIncompatibilityErrors

getSubscribedResourceAvailability

public SubscribedResourceAvailabilityErrors getSubscribedResourceAvailability()
Returns the value of field 'subscribedResourceAvailability'.

Returns:
SubscribedResourceAvailabilityErrors

getSystemResourceAvailibility

public SystemResourceAvailabilityErrors getSystemResourceAvailibility()
Returns the value of field 'systemResourceAvailibility'.

Returns:
SystemResourceAvailabilityErrors

getUnspecified

public Empty getUnspecified()
Returns the value of field 'unspecified'.

Returns:
Empty

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

setOperation

public void setOperation(OperationErrors operation)
Sets the value of field 'operation'.

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

setPerformanceManagement

public void setPerformanceManagement(PerformanceManagementErrors performanceManagement)
Sets the value of field 'performanceManagement'.

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

setPrivateData

public void setPrivateData(PrivateDataInfoErrors privateData)
Sets the value of field 'privateData'.

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

setPrivateErrorCode

public void setPrivateErrorCode(java.lang.String privateErrorCode)
Sets the value of field 'privateErrorCode'.

Parameters:
privateErrorCode - the value of field 'privateErrorCode'

setSecurity

public void setSecurity(SecurityErrors security)
Sets the value of field 'security'.

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

setStateIncompatibility

public void setStateIncompatibility(StateIncompatibilityErrors stateIncompatibility)
Sets the value of field 'stateIncompatibility'.

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

setSubscribedResourceAvailability

public void setSubscribedResourceAvailability(SubscribedResourceAvailabilityErrors subscribedResourceAvailability)
Sets the value of field 'subscribedResourceAvailability'.

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

setSystemResourceAvailibility

public void setSystemResourceAvailibility(SystemResourceAvailabilityErrors systemResourceAvailibility)
Sets the value of field 'systemResourceAvailibility'.

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

setUnspecified

public void setUnspecified(Empty unspecified)
Sets the value of field 'unspecified'.

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

unmarshalUniversalFailure

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

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