4.1.0.610 20071213

ch.ecma.csta.binding
Class Profiles

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.Profiles
All Implemented Interfaces:
java.io.Serializable

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

Class Profiles.

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

Constructor Summary
Profiles()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAdvancedEndpointCallControlProfile()
          Returns the value of field 'advancedEndpointCallControlProfile'.
 java.lang.Boolean getAdvancedEndpointDeviceProfile()
          Returns the value of field 'advancedEndpointDeviceProfile'.
 java.lang.Boolean getBasicEndpointCallControlProfile()
          Returns the value of field 'basicEndpointCallControlProfile'.
 java.lang.Boolean getBasicEndpointDeviceProfile()
          Returns the value of field 'basicEndpointDeviceProfile'.
 java.lang.Boolean getBasicTelephonyProfile()
          Returns the value of field 'basicTelephonyProfile'.
 java.lang.Boolean getConferencingEndpointCallControlProfile()
          Returns the value of field 'conferencingEndpointCallControlProfile'.
 java.lang.Boolean getL1aVoiceBrowserProfile()
          Returns the value of field 'l1aVoiceBrowserProfile'.
 java.lang.Boolean getL1bVoiceBrowserProfile()
          Returns the value of field 'l1bVoiceBrowserProfile'.
 java.lang.Boolean getL2VoiceBrowserProfile()
          Returns the value of field 'l2VoiceBrowserProfile'.
 java.lang.Boolean getMinimalEndpointCallControlProfile()
          Returns the value of field 'minimalEndpointCallControlProfile'.
 java.lang.Boolean getRouteingProfile()
          Returns the value of field 'routeingProfile'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAdvancedEndpointCallControlProfile(java.lang.Boolean advancedEndpointCallControlProfile)
          Sets the value of field 'advancedEndpointCallControlProfile'.
 void setAdvancedEndpointDeviceProfile(java.lang.Boolean advancedEndpointDeviceProfile)
          Sets the value of field 'advancedEndpointDeviceProfile'.
 void setBasicEndpointCallControlProfile(java.lang.Boolean basicEndpointCallControlProfile)
          Sets the value of field 'basicEndpointCallControlProfile'.
 void setBasicEndpointDeviceProfile(java.lang.Boolean basicEndpointDeviceProfile)
          Sets the value of field 'basicEndpointDeviceProfile'.
 void setBasicTelephonyProfile(java.lang.Boolean basicTelephonyProfile)
          Sets the value of field 'basicTelephonyProfile'.
 void setConferencingEndpointCallControlProfile(java.lang.Boolean conferencingEndpointCallControlProfile)
          Sets the value of field 'conferencingEndpointCallControlProfile'.
 void setL1aVoiceBrowserProfile(java.lang.Boolean l1aVoiceBrowserProfile)
          Sets the value of field 'l1aVoiceBrowserProfile'.
 void setL1bVoiceBrowserProfile(java.lang.Boolean l1bVoiceBrowserProfile)
          Sets the value of field 'l1bVoiceBrowserProfile'.
 void setL2VoiceBrowserProfile(java.lang.Boolean l2VoiceBrowserProfile)
          Sets the value of field 'l2VoiceBrowserProfile'.
 void setMinimalEndpointCallControlProfile(java.lang.Boolean minimalEndpointCallControlProfile)
          Sets the value of field 'minimalEndpointCallControlProfile'.
 void setRouteingProfile(java.lang.Boolean routeingProfile)
          Sets the value of field 'routeingProfile'.
static Profiles unmarshalProfiles(java.io.Reader reader)
          Method unmarshalProfiles
 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

Profiles

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

getAdvancedEndpointCallControlProfile

public java.lang.Boolean getAdvancedEndpointCallControlProfile()
Returns the value of field 'advancedEndpointCallControlProfile'.

Returns:
Boolean

getAdvancedEndpointDeviceProfile

public java.lang.Boolean getAdvancedEndpointDeviceProfile()
Returns the value of field 'advancedEndpointDeviceProfile'.

Returns:
Boolean

getBasicEndpointCallControlProfile

public java.lang.Boolean getBasicEndpointCallControlProfile()
Returns the value of field 'basicEndpointCallControlProfile'.

Returns:
Boolean

getBasicEndpointDeviceProfile

public java.lang.Boolean getBasicEndpointDeviceProfile()
Returns the value of field 'basicEndpointDeviceProfile'.

Returns:
Boolean

getBasicTelephonyProfile

public java.lang.Boolean getBasicTelephonyProfile()
Returns the value of field 'basicTelephonyProfile'.

Returns:
Boolean

getConferencingEndpointCallControlProfile

public java.lang.Boolean getConferencingEndpointCallControlProfile()
Returns the value of field 'conferencingEndpointCallControlProfile'.

Returns:
Boolean

getL1aVoiceBrowserProfile

public java.lang.Boolean getL1aVoiceBrowserProfile()
Returns the value of field 'l1aVoiceBrowserProfile'.

Returns:
Boolean

getL1bVoiceBrowserProfile

public java.lang.Boolean getL1bVoiceBrowserProfile()
Returns the value of field 'l1bVoiceBrowserProfile'.

Returns:
Boolean

getL2VoiceBrowserProfile

public java.lang.Boolean getL2VoiceBrowserProfile()
Returns the value of field 'l2VoiceBrowserProfile'.

Returns:
Boolean

getMinimalEndpointCallControlProfile

public java.lang.Boolean getMinimalEndpointCallControlProfile()
Returns the value of field 'minimalEndpointCallControlProfile'.

Returns:
Boolean

getRouteingProfile

public java.lang.Boolean getRouteingProfile()
Returns the value of field 'routeingProfile'.

Returns:
Boolean

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

setAdvancedEndpointCallControlProfile

public void setAdvancedEndpointCallControlProfile(java.lang.Boolean advancedEndpointCallControlProfile)
Sets the value of field 'advancedEndpointCallControlProfile'.

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

setAdvancedEndpointDeviceProfile

public void setAdvancedEndpointDeviceProfile(java.lang.Boolean advancedEndpointDeviceProfile)
Sets the value of field 'advancedEndpointDeviceProfile'.

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

setBasicEndpointCallControlProfile

public void setBasicEndpointCallControlProfile(java.lang.Boolean basicEndpointCallControlProfile)
Sets the value of field 'basicEndpointCallControlProfile'.

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

setBasicEndpointDeviceProfile

public void setBasicEndpointDeviceProfile(java.lang.Boolean basicEndpointDeviceProfile)
Sets the value of field 'basicEndpointDeviceProfile'.

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

setBasicTelephonyProfile

public void setBasicTelephonyProfile(java.lang.Boolean basicTelephonyProfile)
Sets the value of field 'basicTelephonyProfile'.

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

setConferencingEndpointCallControlProfile

public void setConferencingEndpointCallControlProfile(java.lang.Boolean conferencingEndpointCallControlProfile)
Sets the value of field 'conferencingEndpointCallControlProfile'.

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

setL1aVoiceBrowserProfile

public void setL1aVoiceBrowserProfile(java.lang.Boolean l1aVoiceBrowserProfile)
Sets the value of field 'l1aVoiceBrowserProfile'.

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

setL1bVoiceBrowserProfile

public void setL1bVoiceBrowserProfile(java.lang.Boolean l1bVoiceBrowserProfile)
Sets the value of field 'l1bVoiceBrowserProfile'.

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

setL2VoiceBrowserProfile

public void setL2VoiceBrowserProfile(java.lang.Boolean l2VoiceBrowserProfile)
Sets the value of field 'l2VoiceBrowserProfile'.

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

setMinimalEndpointCallControlProfile

public void setMinimalEndpointCallControlProfile(java.lang.Boolean minimalEndpointCallControlProfile)
Sets the value of field 'minimalEndpointCallControlProfile'.

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

setRouteingProfile

public void setRouteingProfile(java.lang.Boolean routeingProfile)
Sets the value of field 'routeingProfile'.

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

unmarshalProfiles

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

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