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

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

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

See Also:
Serialized Form

Constructor Summary
AuthorityGTS()
           
AuthorityGTS(boolean performAuthorization, int priority, java.lang.String serviceIdentity, java.lang.String serviceURI, boolean syncTrustLevels, TimeToLive timeToLive)
           
 
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 AuthorityGTS.
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 getServiceIdentity()
          Gets the serviceIdentity value for this AuthorityGTS.
 java.lang.String getServiceURI()
          Gets the serviceURI value for this AuthorityGTS.
 TimeToLive getTimeToLive()
          Gets the timeToLive value for this AuthorityGTS.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isPerformAuthorization()
          Gets the performAuthorization value for this AuthorityGTS.
 boolean isSyncTrustLevels()
          Gets the syncTrustLevels value for this AuthorityGTS.
 void setPerformAuthorization(boolean performAuthorization)
          Sets the performAuthorization value for this AuthorityGTS.
 void setPriority(int priority)
          Sets the priority value for this AuthorityGTS.
 void setServiceIdentity(java.lang.String serviceIdentity)
          Sets the serviceIdentity value for this AuthorityGTS.
 void setServiceURI(java.lang.String serviceURI)
          Sets the serviceURI value for this AuthorityGTS.
 void setSyncTrustLevels(boolean syncTrustLevels)
          Sets the syncTrustLevels value for this AuthorityGTS.
 void setTimeToLive(TimeToLive timeToLive)
          Sets the timeToLive value for this AuthorityGTS.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityGTS

public AuthorityGTS()

AuthorityGTS

public AuthorityGTS(boolean performAuthorization,
                    int priority,
                    java.lang.String serviceIdentity,
                    java.lang.String serviceURI,
                    boolean syncTrustLevels,
                    TimeToLive timeToLive)
Method Detail

getServiceURI

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

Returns:
serviceURI

setServiceURI

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

Parameters:
serviceURI -

getPriority

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

Returns:
priority

setPriority

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

Parameters:
priority -

isSyncTrustLevels

public boolean isSyncTrustLevels()
Gets the syncTrustLevels value for this AuthorityGTS.

Returns:
syncTrustLevels

setSyncTrustLevels

public void setSyncTrustLevels(boolean syncTrustLevels)
Sets the syncTrustLevels value for this AuthorityGTS.

Parameters:
syncTrustLevels -

getTimeToLive

public TimeToLive getTimeToLive()
Gets the timeToLive value for this AuthorityGTS.

Returns:
timeToLive

setTimeToLive

public void setTimeToLive(TimeToLive timeToLive)
Sets the timeToLive value for this AuthorityGTS.

Parameters:
timeToLive -

isPerformAuthorization

public boolean isPerformAuthorization()
Gets the performAuthorization value for this AuthorityGTS.

Returns:
performAuthorization

setPerformAuthorization

public void setPerformAuthorization(boolean performAuthorization)
Sets the performAuthorization value for this AuthorityGTS.

Parameters:
performAuthorization -

getServiceIdentity

public java.lang.String getServiceIdentity()
Gets the serviceIdentity value for this AuthorityGTS.

Returns:
serviceIdentity

setServiceIdentity

public void setServiceIdentity(java.lang.String serviceIdentity)
Sets the serviceIdentity value for this AuthorityGTS.

Parameters:
serviceIdentity -

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