org.glite.ce.monitorapij.types
Class Info

java.lang.Object
  extended byorg.glite.ce.monitorapij.types.Info
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Info()
           
Info(java.lang.String version, java.lang.String description, Topic[] topic, Action[] action)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Action[] getAction()
          Gets the action value for this Info.
 Action getAction(int i)
           
 java.lang.String getDescription()
          Gets the description value for this Info.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Topic[] getTopic()
          Gets the topic value for this Info.
 Topic getTopic(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersion()
          Gets the version value for this Info.
 int hashCode()
           
 void setAction(Action[] action)
          Sets the action value for this Info.
 void setAction(int i, Action _value)
           
 void setDescription(java.lang.String description)
          Sets the description value for this Info.
 void setTopic(int i, Topic _value)
           
 void setTopic(Topic[] topic)
          Sets the topic value for this Info.
 void setVersion(java.lang.String version)
          Sets the version value for this Info.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info()

Info

public Info(java.lang.String version,
            java.lang.String description,
            Topic[] topic,
            Action[] action)
Method Detail

getVersion

public java.lang.String getVersion()
Gets the version value for this Info.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this Info.

Parameters:
version -

getDescription

public java.lang.String getDescription()
Gets the description value for this Info.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Info.

Parameters:
description -

getTopic

public Topic[] getTopic()
Gets the topic value for this Info.

Returns:
topic

setTopic

public void setTopic(Topic[] topic)
Sets the topic value for this Info.

Parameters:
topic -

getTopic

public Topic getTopic(int i)

setTopic

public void setTopic(int i,
                     Topic _value)

getAction

public Action[] getAction()
Gets the action value for this Info.

Returns:
action

setAction

public void setAction(Action[] action)
Sets the action value for this Info.

Parameters:
action -

getAction

public Action getAction(int i)

setAction

public void setAction(int i,
                      Action _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