org.oasis.was
Class TargetType

java.lang.Object
  extended byorg.oasis.was.TargetType
All Implemented Interfaces:
java.io.Serializable

public class TargetType
extends java.lang.Object
implements java.io.Serializable

Java content class for TargetType.

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="application component"/>
   <enumeration value="infrastructure component"/>
   <enumeration value="end user"/>
 </restriction>
 

See Also:
Serialized Form

Field Summary
static java.lang.String _APPLICATION_COMPONENT
           
static java.lang.String _END_USER
           
static java.lang.String _INFRASTRUCTURE_COMPONENT
           
static TargetType APPLICATION_COMPONENT
           
static TargetType END_USER
           
static TargetType INFRASTRUCTURE_COMPONENT
           
 
Constructor Summary
protected TargetType(java.lang.String v)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static TargetType fromString(java.lang.String str)
           
static TargetType 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

_APPLICATION_COMPONENT

public static final java.lang.String _APPLICATION_COMPONENT
See Also:
Constant Field Values

APPLICATION_COMPONENT

public static final TargetType APPLICATION_COMPONENT

_INFRASTRUCTURE_COMPONENT

public static final java.lang.String _INFRASTRUCTURE_COMPONENT
See Also:
Constant Field Values

INFRASTRUCTURE_COMPONENT

public static final TargetType INFRASTRUCTURE_COMPONENT

_END_USER

public static final java.lang.String _END_USER
See Also:
Constant Field Values

END_USER

public static final TargetType END_USER
Constructor Detail

TargetType

protected TargetType(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 TargetType fromValue(java.lang.String value)

fromString

public static TargetType fromString(java.lang.String str)


Copyright © OASIS. All Rights Reserved.