|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.element.Incident
public class Incident
This class is value object which represents Incident element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addAdditionalData(AdditionalData data)
Adds the specified additional data element |
void |
addAssessment(Assessment me)
Adds the specified assessment element |
void |
addContanct(Contact con)
Adds the specified contact element. |
void |
addDescriptionValue(String descr)
Adds the specified desciption value. |
void |
addEventData(EventData event)
Adds the specified event data element |
void |
addExpectation(Expectation exp)
Adds the specified expectation element |
void |
addMethod(Method me)
Adds the specified method element |
AdditionalData[] |
getAdditionalDatas()
Returns the array of additional data value. |
AlternativeID |
getAlternativeID()
Returns the alternative id element. |
Assessment[] |
getAssessments()
Returns the array of assessment value. |
Contact[] |
getContacts()
Returns the array of Contact element. |
String[] |
getDescriptionValues()
Returns the array of description value. |
String |
getDetectTimeValue()
Returns the detect time value. |
String |
getEndTimeValue()
Returns the end time value. |
EventData[] |
getEventDatas()
Returns the array of event data value. |
Expectation[] |
getExpectations()
Returns the array of expectation value. |
History |
getHistory()
Returns the history element. |
String |
getIncidentIDIssur()
Returns the Issuer attribute value of incident id node. |
String |
getIncidentIDValue()
Returns the incident id value. |
Method[] |
getMethods()
Returns the array of Method value. |
String |
getPurpose()
Returns the purpose value. |
RelatedActivity |
getRelatedActivity()
Returns the related activity element. |
String |
getReportTimeValue()
Returns the report time value. |
String |
getRestriction()
Returns the restriction value. |
String |
getStartTimeValue()
Returns the start time value. |
void |
setAlternativeID(AlternativeID id)
Sets the specified AlternativeID elment. |
void |
setAttribute(String namespece,
String name,
String value)
Sets the attribute with the specified namespece and name |
void |
setDetectTimeValue(String value)
Sets the detect time value. |
void |
setEndTimeValue(String value)
Sets the end time value. |
void |
setHistory(History his)
Sets the specified history elment. |
void |
setIncidentIDValue(String value,
String issuer)
Sets the incident id value. |
void |
setIncidentIDValue(String value,
String issuer,
String rest)
Sets the incident id values. |
void |
setPurpose(String value)
Sets the specified purpose value. |
void |
setRelatedActivity(RelatedActivity value)
Sets the specified RelatedActivity elment. |
void |
setReportTimeValue(String value)
Sets the report time value. |
void |
setRestriction(String value)
Sets the specified restriction value. |
void |
setStartTimeValue(String value)
Sets the start time value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setIncidentIDValue(String value,
String issuer)
value - - incident id valueissuer - - the Issuer attribute value.
public void setIncidentIDValue(String value,
String issuer,
String rest)
value - - incident id valuepublic String getIncidentIDValue()
public String getIncidentIDIssur()
public void setAlternativeID(AlternativeID id)
id - - the alternative id element.public AlternativeID getAlternativeID()
public void setRelatedActivity(RelatedActivity value)
value - - the related activity element.public RelatedActivity getRelatedActivity()
public void addDescriptionValue(String descr)
descr - - desciption valuepublic String[] getDescriptionValues()
public void addContanct(Contact con)
con - - contact elementpublic Contact[] getContacts()
public void setReportTimeValue(String value)
value - - report time valuepublic String getReportTimeValue()
public void setDetectTimeValue(String value)
value - - detect time valuepublic String getDetectTimeValue()
public void setStartTimeValue(String value)
value - - start time valuepublic String getStartTimeValue()
public void setEndTimeValue(String value)
value - - end time valuepublic String getEndTimeValue()
public void addExpectation(Expectation exp)
exp - - expectation elementpublic Expectation[] getExpectations()
public void addMethod(Method me)
me - - method elementpublic Method[] getMethods()
public void addAssessment(Assessment me)
me - - assessment elementpublic Assessment[] getAssessments()
public void addEventData(EventData event)
event - - the event data elementpublic EventData[] getEventDatas()
public void setHistory(History his)
his - - the history element.public History getHistory()
public void addAdditionalData(AdditionalData data)
data - - the additional data elementpublic AdditionalData[] getAdditionalDatas()
public void setRestriction(String value)
value - - restriction valuepublic String getRestriction()
public void setPurpose(String value)
value - - purpose valuepublic String getPurpose()
public void setAttribute(String namespece,
String name,
String value)
setAttribute in class IElementnamespece - namespece of attributename - name of attributevalue - value of attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||