|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.types.Policy
Constructor Summary | |
Policy()
|
|
Policy(Query query,
Action[] action,
int rate)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Action[] |
getAction()
Gets the action value for this Policy. |
Action |
getAction(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Query |
getQuery()
Gets the query value for this Policy. |
int |
getRate()
Gets the rate value for this Policy. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAction(Action[] action)
Sets the action value for this Policy. |
void |
setAction(int i,
Action _value)
|
void |
setQuery(Query query)
Sets the query value for this Policy. |
void |
setRate(int rate)
Sets the rate value for this Policy. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Policy()
public Policy(Query query, Action[] action, int rate)
Method Detail |
public Query getQuery()
public void setQuery(Query query)
query
- public Action[] getAction()
public void setAction(Action[] action)
action
- public Action getAction(int i)
public void setAction(int i, Action _value)
public int getRate()
public void setRate(int rate)
rate
- public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |