|
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.ForwardingCaps
public class ForwardingCaps
Class ForwardingCaps.
Constructor Summary | |
---|---|
ForwardingCaps()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.Boolean |
getForwardDefaultDN()
Returns the value of field 'forwardDefaultDN'. |
java.lang.Boolean |
getForwardDefaultType()
Returns the value of field 'forwardDefaultType'. |
java.lang.Boolean |
getForwardDefaultTypeAndDN()
Returns the value of field 'forwardDefaultTypeAndDN'. |
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 |
getForwardTo()
Returns the value of field 'forwardTo'. |
java.lang.Boolean |
getPrivateData()
Returns the value of field 'privateData'. |
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 |
setForwardDefaultDN(java.lang.Boolean forwardDefaultDN)
Sets the value of field 'forwardDefaultDN'. |
void |
setForwardDefaultType(java.lang.Boolean forwardDefaultType)
Sets the value of field 'forwardDefaultType'. |
void |
setForwardDefaultTypeAndDN(java.lang.Boolean forwardDefaultTypeAndDN)
Sets the value of field 'forwardDefaultTypeAndDN'. |
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 |
setForwardTo(java.lang.Boolean forwardTo)
Sets the value of field 'forwardTo'. |
void |
setPrivateData(java.lang.Boolean privateData)
Sets the value of field 'privateData'. |
void |
setRingCount(java.lang.Boolean ringCount)
Sets the value of field 'ringCount'. |
static ForwardingCaps |
unmarshalForwardingCaps(java.io.Reader reader)
Method unmarshalForwardingCaps |
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 ForwardingCaps()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.Boolean getForwardDefaultDN()
public java.lang.Boolean getForwardDefaultType()
public java.lang.Boolean getForwardDefaultTypeAndDN()
public java.lang.Boolean getForwardTo()
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 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 setForwardDefaultDN(java.lang.Boolean forwardDefaultDN)
forwardDefaultDN
- the value of field 'forwardDefaultDN'public void setForwardDefaultType(java.lang.Boolean forwardDefaultType)
forwardDefaultType
- the value of field
'forwardDefaultType'.public void setForwardDefaultTypeAndDN(java.lang.Boolean forwardDefaultTypeAndDN)
forwardDefaultTypeAndDN
- the value of field
'forwardDefaultTypeAndDN'.public void setForwardTo(java.lang.Boolean forwardTo)
forwardTo
- the value of field 'forwardTo'.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 setRingCount(java.lang.Boolean ringCount)
ringCount
- the value of field 'ringCount'.public static ForwardingCaps unmarshalForwardingCaps(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 |