org.globus.mds.glue.batchprovider
Class IntUnlimitedUnknownType

java.lang.Object
  extended byorg.globus.mds.glue.batchprovider.IntUnlimitedUnknownType
All Implemented Interfaces:
Serializable, SimpleType

public class IntUnlimitedUnknownType
extends Object
implements Serializable, SimpleType

See Also:
Serialized Form

Constructor Summary
IntUnlimitedUnknownType()
           
IntUnlimitedUnknownType(int _value)
           
IntUnlimitedUnknownType(NMToken _value)
           
IntUnlimitedUnknownType(String _value)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getIntValue()
          Gets the intValue value for this IntUnlimitedUnknownType.
 NMToken getNMTOKENValue()
          Gets the NMTOKENValue value for this IntUnlimitedUnknownType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setIntValue(int _value)
          Sets the _value value for this IntUnlimitedUnknownType.
 void setNMTOKENValue(NMToken _value)
          Sets the _value value for this IntUnlimitedUnknownType.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntUnlimitedUnknownType

public IntUnlimitedUnknownType()

IntUnlimitedUnknownType

public IntUnlimitedUnknownType(String _value)

IntUnlimitedUnknownType

public IntUnlimitedUnknownType(int _value)

IntUnlimitedUnknownType

public IntUnlimitedUnknownType(NMToken _value)
Method Detail

toString

public String toString()

getIntValue

public int getIntValue()
Gets the intValue value for this IntUnlimitedUnknownType.

Returns:
intValue

setIntValue

public void setIntValue(int _value)
Sets the _value value for this IntUnlimitedUnknownType.

Parameters:
_value -

getNMTOKENValue

public NMToken getNMTOKENValue()
Gets the NMTOKENValue value for this IntUnlimitedUnknownType.

Returns:
NMTOKENValue

setNMTOKENValue

public void setNMTOKENValue(NMToken _value)
Sets the _value value for this IntUnlimitedUnknownType.

Parameters:
_value -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.