|
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.SetForwardingCaps
public class SetForwardingCaps
Class SetForwardingCaps.
Constructor Summary | |
---|---|
SetForwardingCaps()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.Boolean |
getAckModelMultiStep()
Returns the value of field 'ackModelMultiStep'. |
java.lang.Boolean |
getForwardDN()
Returns the value of field 'forwardDN'. |
java.lang.Boolean |
getForwardingTypeBusy()
Returns the value of field 'forwardingTypeBusy'. |
java.lang.Boolean |
getForwardingTypeBusyExt()
Returns the value of field 'forwardingTypeBusyExt'. |
java.lang.Boolean |
getForwardingTypeBusyInt()
Returns the value of field 'forwardingTypeBusyInt'. |
java.lang.Boolean |
getForwardingTypeDND()
Returns the value of field 'forwardingTypeDND'. |
java.lang.Boolean |
getForwardingTypeDNDExt()
Returns the value of field 'forwardingTypeDNDExt'. |
java.lang.Boolean |
getForwardingTypeDNDInt()
Returns the value of field 'forwardingTypeDNDInt'. |
java.lang.Boolean |
getForwardingTypeImmediate()
Returns the value of field 'forwardingTypeImmediate'. |
java.lang.Boolean |
getForwardingTypeImmExt()
Returns the value of field 'forwardingTypeImmExt'. |
java.lang.Boolean |
getForwardingTypeImmInt()
Returns the value of field 'forwardingTypeImmInt'. |
java.lang.Boolean |
getForwardingTypeNoAns()
Returns the value of field 'forwardingTypeNoAns'. |
java.lang.Boolean |
getForwardingTypeNoAnsExt()
Returns the value of field 'forwardingTypeNoAnsExt'. |
java.lang.Boolean |
getForwardingTypeNoAnsInt()
Returns the value of field 'forwardingTypeNoAnsInt'. |
java.lang.Boolean |
getPrivateData()
Returns the value of field 'privateData'. |
java.lang.Boolean |
getPrivateDataInAck()
Returns the value of field 'privateDataInAck'. |
java.lang.Boolean |
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 |
setAckModelMultiStep(java.lang.Boolean ackModelMultiStep)
Sets the value of field 'ackModelMultiStep'. |
void |
setForwardDN(java.lang.Boolean forwardDN)
Sets the value of field 'forwardDN'. |
void |
setForwardingTypeBusy(java.lang.Boolean forwardingTypeBusy)
Sets the value of field 'forwardingTypeBusy'. |
void |
setForwardingTypeBusyExt(java.lang.Boolean forwardingTypeBusyExt)
Sets the value of field 'forwardingTypeBusyExt'. |
void |
setForwardingTypeBusyInt(java.lang.Boolean forwardingTypeBusyInt)
Sets the value of field 'forwardingTypeBusyInt'. |
void |
setForwardingTypeDND(java.lang.Boolean forwardingTypeDND)
Sets the value of field 'forwardingTypeDND'. |
void |
setForwardingTypeDNDExt(java.lang.Boolean forwardingTypeDNDExt)
Sets the value of field 'forwardingTypeDNDExt'. |
void |
setForwardingTypeDNDInt(java.lang.Boolean forwardingTypeDNDInt)
Sets the value of field 'forwardingTypeDNDInt'. |
void |
setForwardingTypeImmediate(java.lang.Boolean forwardingTypeImmediate)
Sets the value of field 'forwardingTypeImmediate'. |
void |
setForwardingTypeImmExt(java.lang.Boolean forwardingTypeImmExt)
Sets the value of field 'forwardingTypeImmExt'. |
void |
setForwardingTypeImmInt(java.lang.Boolean forwardingTypeImmInt)
Sets the value of field 'forwardingTypeImmInt'. |
void |
setForwardingTypeNoAns(java.lang.Boolean forwardingTypeNoAns)
Sets the value of field 'forwardingTypeNoAns'. |
void |
setForwardingTypeNoAnsExt(java.lang.Boolean forwardingTypeNoAnsExt)
Sets the value of field 'forwardingTypeNoAnsExt'. |
void |
setForwardingTypeNoAnsInt(java.lang.Boolean forwardingTypeNoAnsInt)
Sets the value of field 'forwardingTypeNoAnsInt'. |
void |
setPrivateData(java.lang.Boolean privateData)
Sets the value of field 'privateData'. |
void |
setPrivateDataInAck(java.lang.Boolean privateDataInAck)
Sets the value of field 'privateDataInAck'. |
void |
setRingCount(java.lang.Boolean ringCount)
Sets the value of field 'ringCount'. |
static SetForwardingCaps |
unmarshalSetForwardingCaps(java.io.Reader reader)
Method unmarshalSetForwardingCaps |
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 SetForwardingCaps()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.Boolean getAckModelMultiStep()
public java.lang.Boolean getForwardDN()
public java.lang.Boolean getForwardingTypeBusy()
public java.lang.Boolean getForwardingTypeBusyExt()
public java.lang.Boolean getForwardingTypeBusyInt()
public java.lang.Boolean getForwardingTypeDND()
public java.lang.Boolean getForwardingTypeDNDExt()
public java.lang.Boolean getForwardingTypeDNDInt()
public java.lang.Boolean getForwardingTypeImmExt()
public java.lang.Boolean getForwardingTypeImmInt()
public java.lang.Boolean getForwardingTypeImmediate()
public java.lang.Boolean getForwardingTypeNoAns()
public java.lang.Boolean getForwardingTypeNoAnsExt()
public java.lang.Boolean getForwardingTypeNoAnsInt()
public java.lang.Boolean getPrivateData()
public java.lang.Boolean getPrivateDataInAck()
public java.lang.Boolean 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 setAckModelMultiStep(java.lang.Boolean ackModelMultiStep)
ackModelMultiStep
- the value of field
'ackModelMultiStep'.public void setForwardDN(java.lang.Boolean forwardDN)
forwardDN
- the value of field 'forwardDN'.public void setForwardingTypeBusy(java.lang.Boolean forwardingTypeBusy)
forwardingTypeBusy
- the value of field
'forwardingTypeBusy'.public void setForwardingTypeBusyExt(java.lang.Boolean forwardingTypeBusyExt)
forwardingTypeBusyExt
- the value of field
'forwardingTypeBusyExt'.public void setForwardingTypeBusyInt(java.lang.Boolean forwardingTypeBusyInt)
forwardingTypeBusyInt
- the value of field
'forwardingTypeBusyInt'.public void setForwardingTypeDND(java.lang.Boolean forwardingTypeDND)
forwardingTypeDND
- the value of field
'forwardingTypeDND'.public void setForwardingTypeDNDExt(java.lang.Boolean forwardingTypeDNDExt)
forwardingTypeDNDExt
- the value of field
'forwardingTypeDNDExt'.public void setForwardingTypeDNDInt(java.lang.Boolean forwardingTypeDNDInt)
forwardingTypeDNDInt
- the value of field
'forwardingTypeDNDInt'.public void setForwardingTypeImmExt(java.lang.Boolean forwardingTypeImmExt)
forwardingTypeImmExt
- the value of field
'forwardingTypeImmExt'.public void setForwardingTypeImmInt(java.lang.Boolean forwardingTypeImmInt)
forwardingTypeImmInt
- the value of field
'forwardingTypeImmInt'.public void setForwardingTypeImmediate(java.lang.Boolean forwardingTypeImmediate)
forwardingTypeImmediate
- the value of field
'forwardingTypeImmediate'.public void setForwardingTypeNoAns(java.lang.Boolean forwardingTypeNoAns)
forwardingTypeNoAns
- the value of field
'forwardingTypeNoAns'.public void setForwardingTypeNoAnsExt(java.lang.Boolean forwardingTypeNoAnsExt)
forwardingTypeNoAnsExt
- the value of field
'forwardingTypeNoAnsExt'.public void setForwardingTypeNoAnsInt(java.lang.Boolean forwardingTypeNoAnsInt)
forwardingTypeNoAnsInt
- the value of field
'forwardingTypeNoAnsInt'.public void setPrivateData(java.lang.Boolean privateData)
privateData
- the value of field 'privateData'.public void setPrivateDataInAck(java.lang.Boolean privateDataInAck)
privateDataInAck
- the value of field 'privateDataInAck'public void setRingCount(java.lang.Boolean ringCount)
ringCount
- the value of field 'ringCount'.public static SetForwardingCaps unmarshalSetForwardingCaps(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 |