org.oasis.was
Interface AttackSurface
- public interface AttackSurface
Java content class for AttackSurface complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="AttackSurface">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.oasis.org/was}AttackSurfaceType" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
getType
public AttackSurfaceType getType()
- Returns:
- possible object is
AttackSurfaceType
setType
public void setType(AttackSurfaceType value)
- Parameters:
value
- allowed object is
AttackSurfaceType
getName
public java.lang.String getName()
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Parameters:
value
- allowed object is
String
Copyright © OASIS. All Rights Reserved.