Modifier and Type | Method and Description |
---|---|
CotDetail |
CotEvent.getDetail()
Gets the CotDetail object associated with the CotEvent
object.
|
static CotDetail |
CotDetail.parse(java.lang.String detailXml)
Parses a String of XML and returns a CotDetail object.
|
Modifier and Type | Method and Description |
---|---|
void |
CotEvent.setDetail(CotDetail srcDetail)
Replaces the "detail" section of this CotEvent with a copy of the specified CotDetail.
|
Constructor and Description |
---|
CotDetail(CotDetail original)
Copy constructor for CotDetail.
|