gov.nih.nci.cagrid.gts.bean
Class AuthorityPrioritySpecification

java.lang.Object
  extended by gov.nih.nci.cagrid.gts.bean.AuthorityPrioritySpecification
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AuthorityPrioritySpecification()
           
AuthorityPrioritySpecification(int priority, java.lang.String serviceURI)
           
 
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
 int getPriority()
          Gets the priority value for this AuthorityPrioritySpecification.
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 getServiceURI()
          Gets the serviceURI value for this AuthorityPrioritySpecification.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPriority(int priority)
          Sets the priority value for this AuthorityPrioritySpecification.
 void setServiceURI(java.lang.String serviceURI)
          Sets the serviceURI value for this AuthorityPrioritySpecification.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityPrioritySpecification

public AuthorityPrioritySpecification()

AuthorityPrioritySpecification

public AuthorityPrioritySpecification(int priority,
                                      java.lang.String serviceURI)
Method Detail

getServiceURI

public java.lang.String getServiceURI()
Gets the serviceURI value for this AuthorityPrioritySpecification.

Returns:
serviceURI

setServiceURI

public void setServiceURI(java.lang.String serviceURI)
Sets the serviceURI value for this AuthorityPrioritySpecification.

Parameters:
serviceURI -

getPriority

public int getPriority()
Gets the priority value for this AuthorityPrioritySpecification.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this AuthorityPrioritySpecification.

Parameters:
priority -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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