|
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.SnapshotDeviceData
public class SnapshotDeviceData
Contains information about all calls on the device.
Constructor Summary | |
---|---|
SnapshotDeviceData()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.Boolean |
getLastSegment()
Returns the value of field 'lastSegment'. |
java.lang.Long |
getSegmentID()
Returns the value of field 'segmentID'. |
java.lang.String |
getServiceCrossRefID()
Returns the value of field 'serviceCrossRefID'. |
SnapshotDeviceDataList |
getSnapshotData()
Returns the value of field 'snapshotData'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLastSegment(java.lang.Boolean lastSegment)
Sets the value of field 'lastSegment'. |
void |
setSegmentID(java.lang.Long segmentID)
Sets the value of field 'segmentID'. |
void |
setServiceCrossRefID(java.lang.String serviceCrossRefID)
Sets the value of field 'serviceCrossRefID'. |
void |
setSnapshotData(SnapshotDeviceDataList snapshotData)
Sets the value of field 'snapshotData'. |
static SnapshotDeviceData |
unmarshalSnapshotDeviceData(java.io.Reader reader)
Method unmarshalSnapshotDeviceData |
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 SnapshotDeviceData()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CSTACommonArguments getExtensions()
public java.lang.Boolean getLastSegment()
public java.lang.Long getSegmentID()
public java.lang.String getServiceCrossRefID()
public SnapshotDeviceDataList getSnapshotData()
SnapshotDeviceDataList
object containing the requested
data.
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 setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setLastSegment(java.lang.Boolean lastSegment)
lastSegment
- the value of field 'lastSegment'.public void setSegmentID(java.lang.Long segmentID)
segmentID
- the value of field 'segmentID'.public void setServiceCrossRefID(java.lang.String serviceCrossRefID)
serviceCrossRefID
- the value of field
'serviceCrossRefID'.public void setSnapshotData(SnapshotDeviceDataList snapshotData)
SnapshotDeviceDataList
object containing the requested
data.
snapshotData
- the value of field 'snapshotData'.public static SnapshotDeviceData unmarshalSnapshotDeviceData(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 |