|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for Vulnerability complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="Vulnerability"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attack-characteristic" type="{http://www.oasis.org/was}AttackCharacteristic" maxOccurs="unbounded"/> <element name="attack-surface" type="{http://www.oasis.org/was}AttackSurface" maxOccurs="unbounded"/> <element name="target" type="{http://www.oasis.org/was}Target"/> <element name="condition" type="{http://www.oasis.org/was}Condition" maxOccurs="unbounded"/> <element name="consequence" type="{http://www.oasis.org/was}Consequence" maxOccurs="unbounded"/> </sequence> <attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Method Summary | |
java.util.List |
getAttackCharacteristics()
Gets the value of the AttackCharacteristics property. |
java.util.List |
getAttackSurfaces()
Gets the value of the AttackSurfaces property. |
java.util.List |
getConditions()
Gets the value of the Conditions property. |
java.util.List |
getConsequences()
Gets the value of the Consequences property. |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
Target |
getTarget()
|
void |
setDescription(java.lang.String value)
|
void |
setName(java.lang.String value)
|
void |
setTarget(Target value)
|
Method Detail |
public java.util.List getConsequences()
getConsequences().add(newItem);Objects of the following type(s) are allowed in the list
Consequence
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List getAttackSurfaces()
getAttackSurfaces().add(newItem);Objects of the following type(s) are allowed in the list
AttackSurface
public java.util.List getConditions()
getConditions().add(newItem);Objects of the following type(s) are allowed in the list
Condition
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public Target getTarget()
Target
public void setTarget(Target value)
value
- allowed object is
Target
public java.util.List getAttackCharacteristics()
getAttackCharacteristics().add(newItem);Objects of the following type(s) are allowed in the list
AttackCharacteristic
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |