org.oasis.was
Class AttackSurfaceType
java.lang.Object
org.oasis.was.AttackSurfaceType
- All Implemented Interfaces:
- java.io.Serializable
- public class AttackSurfaceType
- extends java.lang.Object
- implements java.io.Serializable
Java content class for AttackSurfaceType.
The following schema fragment specifies the expected content contained within this java content object.
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="system boundary"/>
<enumeration value="component boundary"/>
<enumeration value="source code"/>
</restriction>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_SYSTEM_BOUNDARY
public static final java.lang.String _SYSTEM_BOUNDARY
- See Also:
- Constant Field Values
SYSTEM_BOUNDARY
public static final AttackSurfaceType SYSTEM_BOUNDARY
_COMPONENT_BOUNDARY
public static final java.lang.String _COMPONENT_BOUNDARY
- See Also:
- Constant Field Values
COMPONENT_BOUNDARY
public static final AttackSurfaceType COMPONENT_BOUNDARY
_SOURCE_CODE
public static final java.lang.String _SOURCE_CODE
- See Also:
- Constant Field Values
SOURCE_CODE
public static final AttackSurfaceType SOURCE_CODE
AttackSurfaceType
protected AttackSurfaceType(java.lang.String v)
toString
public java.lang.String toString()
getValue
public java.lang.String getValue()
hashCode
public final int hashCode()
equals
public final boolean equals(java.lang.Object o)
fromValue
public static AttackSurfaceType fromValue(java.lang.String value)
fromString
public static AttackSurfaceType fromString(java.lang.String str)
Copyright © OASIS. All Rights Reserved.