org.glite.ce.monitorapij.types
Class CEMonResourceBase

java.lang.Object
  extended byorg.glite.ce.monitorapij.types.CEMonResourceBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CEMonResource

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

See Also:
Serialized Form

Constructor Summary
CEMonResourceBase()
           
CEMonResourceBase(java.lang.Integer id, java.lang.String name, java.lang.String type, org.apache.axis.types.URI jarPath, Property[] property)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getId()
          Gets the id value for this CEMonResourceBase.
 org.apache.axis.types.URI getJarPath()
          Gets the jarPath value for this CEMonResourceBase.
 java.lang.String getName()
          Gets the name value for this CEMonResourceBase.
 Property[] getProperty()
          Gets the property value for this CEMonResourceBase.
 Property getProperty(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getType()
          Gets the type value for this CEMonResourceBase.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(java.lang.Integer id)
          Sets the id value for this CEMonResourceBase.
 void setJarPath(org.apache.axis.types.URI jarPath)
          Sets the jarPath value for this CEMonResourceBase.
 void setName(java.lang.String name)
          Sets the name value for this CEMonResourceBase.
 void setProperty(int i, Property _value)
           
 void setProperty(Property[] property)
          Sets the property value for this CEMonResourceBase.
 void setType(java.lang.String type)
          Sets the type value for this CEMonResourceBase.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CEMonResourceBase

public CEMonResourceBase()

CEMonResourceBase

public CEMonResourceBase(java.lang.Integer id,
                         java.lang.String name,
                         java.lang.String type,
                         org.apache.axis.types.URI jarPath,
                         Property[] property)
Method Detail

getId

public java.lang.Integer getId()
Gets the id value for this CEMonResourceBase.

Returns:
id

setId

public void setId(java.lang.Integer id)
Sets the id value for this CEMonResourceBase.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this CEMonResourceBase.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this CEMonResourceBase.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this CEMonResourceBase.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this CEMonResourceBase.

Parameters:
type -

getJarPath

public org.apache.axis.types.URI getJarPath()
Gets the jarPath value for this CEMonResourceBase.

Returns:
jarPath

setJarPath

public void setJarPath(org.apache.axis.types.URI jarPath)
Sets the jarPath value for this CEMonResourceBase.

Parameters:
jarPath -

getProperty

public Property[] getProperty()
Gets the property value for this CEMonResourceBase.

Returns:
property

setProperty

public void setProperty(Property[] property)
Sets the property value for this CEMonResourceBase.

Parameters:
property -

getProperty

public Property getProperty(int i)

setProperty

public void setProperty(int i,
                        Property _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer