|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.SetForwarding
public class SetForwarding
The SetForwarding request has these parameters:
SetForwarding Request Parameters | ||
---|---|---|
device | Mandatory | Specifies the device on which to set the feature. |
forwardingType | Conditional | Specifies the type of forwarding. Only forwardImmediate is currently supported. |
activateForward | Mandatory | Specifies whether the Forwarding feature is enabled. |
forwardDN | Conditional | Mandatory if activateForward is true, optional otherwise. |
Constructor Summary | |
---|---|
SetForwarding()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.Boolean |
getActivateForward()
Returns the value of field 'activateForward'. |
DeviceID |
getDevice()
Returns the value of field 'device'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
DeviceID |
getForwardDN()
Returns the value of field 'forwardDN'. |
ForwardingType |
getForwardingType()
Returns the value of field 'forwardingType'. |
java.lang.Long |
getRingCount()
Returns the value of field 'ringCount'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setActivateForward(java.lang.Boolean activateForward)
Sets the value of field 'activateForward'. |
void |
setDevice(DeviceID device)
Sets the value of field 'device'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setForwardDN(DeviceID forwardDN)
Sets the value of field 'forwardDN'. |
void |
setForwardingType(ForwardingType forwardingType)
Sets the value of field 'forwardingType'. |
void |
setRingCount(java.lang.Long ringCount)
Sets the value of field 'ringCount'. |
static SetForwarding |
unmarshalSetForwarding(java.io.Reader reader)
Method unmarshalSetForwarding |
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 |
---|
public SetForwarding()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.Boolean getActivateForward()
public DeviceID getDevice()
public CSTACommonArguments getExtensions()
public DeviceID getForwardDN()
public ForwardingType getForwardingType()
public java.lang.Long getRingCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setActivateForward(java.lang.Boolean activateForward)
activateForward
- the value of field 'activateForward'.public void setDevice(DeviceID device)
device
- the value of field 'device'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setForwardDN(DeviceID forwardDN)
forwardDN
- the value of field 'forwardDN'.public void setForwardingType(ForwardingType forwardingType)
forwardingType
- the value of field 'forwardingType'.public void setRingCount(java.lang.Long ringCount)
ringCount
- the value of field 'ringCount'.public static SetForwarding unmarshalSetForwarding(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |