org.globus.ogsa.core.management
Class ContainerStateSimpleType
java.lang.Object
org.globus.ogsa.core.management.ContainerStateSimpleType
- All Implemented Interfaces:
- Serializable
- public class ContainerStateSimpleType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_active
public static final String _active
- See Also:
- Constant Field Values
_shutdown
public static final String _shutdown
- See Also:
- Constant Field Values
active
public static final ContainerStateSimpleType active
shutdown
public static final ContainerStateSimpleType shutdown
ContainerStateSimpleType
protected ContainerStateSimpleType(String value)
getValue
public String getValue()
fromValue
public static ContainerStateSimpleType fromValue(String value)
throws IllegalStateException
- Throws:
IllegalStateException
fromString
public static ContainerStateSimpleType fromString(String value)
throws IllegalStateException
- Throws:
IllegalStateException
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
toString
public String toString()
readResolve
public Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType)
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType)
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.