org.oasis.was
Class AttackSurfaceType

java.lang.Object
  extended byorg.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

Field Summary
static java.lang.String _COMPONENT_BOUNDARY
           
static java.lang.String _SOURCE_CODE
           
static java.lang.String _SYSTEM_BOUNDARY
           
static AttackSurfaceType COMPONENT_BOUNDARY
           
static AttackSurfaceType SOURCE_CODE
           
static AttackSurfaceType SYSTEM_BOUNDARY
           
 
Constructor Summary
protected AttackSurfaceType(java.lang.String v)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static AttackSurfaceType fromString(java.lang.String str)
           
static AttackSurfaceType fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

AttackSurfaceType

protected AttackSurfaceType(java.lang.String v)
Method Detail

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.