Modifier and Type | Class and Description |
---|---|
class |
InvalidFlowTagNameException |
Modifier and Type | Method and Description |
---|---|
void |
CotTypeTree.clearDescription(java.lang.String type) |
java.lang.String |
CotTypeTree.getDescription(java.lang.String type) |
java.lang.String |
CotTypeTree.getDescription(java.lang.String type,
boolean explicitMatch) |
boolean |
CotTypeTree.hasDescriptionInTree(java.lang.String type) |
static GenericDetailSubelement |
GenericDetailSubelement.parse(java.lang.String xml)
Parses the String argument as a GenericDetailSubelement.
|
FlowTags |
FlowTagsParser.parse(java.lang.String elementXML)
Parses a "_flow-tags_" XML element into a FlowTags object.
|
DetailSubelement |
DetailSubelementParser.parse(java.lang.String elementXML)
Converts an XML String into a specific type of DetailSubelement.
|
static CotEvent |
CotEvent.parse(java.lang.String xmlEvent)
Parses an XML markup String into a CoTEvent.
|
static CotDetail |
CotDetail.parse(java.lang.String detailXML)
Parses a String of XML and returns a CotDetail object.
|
void |
CotEvent.setAccess(java.lang.String access)
Sets the access designator of the CotEvent object.
|
void |
GenericDetailSubelement.setAttributeValue(java.lang.String attributeName,
java.lang.String attributeValue)
Associates a specified String value with a given attribute name.
|
void |
CotTypeTree.setDescription(java.lang.String type,
java.lang.String description) |
void |
FlowTags.setFlowTag(java.lang.String attributeName)
Sets the time value of the given attribute to the current time.
|
void |
FlowTags.setFlowTag(java.lang.String attributeName,
java.util.Date date)
Sets the time value of the given attribute to the given Date.
|
void |
CotEvent.setHow(java.lang.String how)
Replaces the designator describing how this CotEvent was generated.
|
void |
GenericDetailSubelement.setInnerXml(java.lang.String xml)
Replaces the XML markup representing all child elements and text content of this GenericDetailSubelement.
|
void |
CotEvent.setOpex(java.lang.String opex)
Sets the CoT quality of service designator of the CotEvent object.
|
void |
CotEvent.setPoint(CotPoint point)
Sets the CotPoint values for the CotEvent object.
|
void |
CotEvent.setQos(java.lang.String qos)
Replaces the quality of service level for this CotEvent object.
|
void |
CotEvent.setType(java.lang.String type)
Replaces the CoT type associated with this CotEvent.
|
void |
CotEvent.setUID(java.lang.String uid)
Replaces the unique identifier associated with this CotEvent.
|
Constructor and Description |
---|
GenericDetailSubelement(java.lang.String name)
Creates a new GenericDetailSubelement with the given subschema (element) name.
|