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

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

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

See Also:
Serialized Form

Constructor Summary
TrustedAuthorityFilter()
           
TrustedAuthorityFilter(java.lang.String authorityGTS, java.lang.String certificateDN, java.lang.Boolean isAuthority, Lifetime lifetime, java.lang.String name, java.lang.String sourceGTS, Status status, TrustLevels trustLevels)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthorityGTS()
          Gets the authorityGTS value for this TrustedAuthorityFilter.
 java.lang.String getCertificateDN()
          Gets the certificateDN value for this TrustedAuthorityFilter.
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.Boolean getIsAuthority()
          Gets the isAuthority value for this TrustedAuthorityFilter.
 Lifetime getLifetime()
          Gets the lifetime value for this TrustedAuthorityFilter.
 java.lang.String getName()
          Gets the name value for this TrustedAuthorityFilter.
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 getSourceGTS()
          Gets the sourceGTS value for this TrustedAuthorityFilter.
 Status getStatus()
          Gets the status value for this TrustedAuthorityFilter.
 TrustLevels getTrustLevels()
          Gets the trustLevels value for this TrustedAuthorityFilter.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAuthorityGTS(java.lang.String authorityGTS)
          Sets the authorityGTS value for this TrustedAuthorityFilter.
 void setCertificateDN(java.lang.String certificateDN)
          Sets the certificateDN value for this TrustedAuthorityFilter.
 void setIsAuthority(java.lang.Boolean isAuthority)
          Sets the isAuthority value for this TrustedAuthorityFilter.
 void setLifetime(Lifetime lifetime)
          Sets the lifetime value for this TrustedAuthorityFilter.
 void setName(java.lang.String name)
          Sets the name value for this TrustedAuthorityFilter.
 void setSourceGTS(java.lang.String sourceGTS)
          Sets the sourceGTS value for this TrustedAuthorityFilter.
 void setStatus(Status status)
          Sets the status value for this TrustedAuthorityFilter.
 void setTrustLevels(TrustLevels trustLevels)
          Sets the trustLevels value for this TrustedAuthorityFilter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedAuthorityFilter

public TrustedAuthorityFilter()

TrustedAuthorityFilter

public TrustedAuthorityFilter(java.lang.String authorityGTS,
                              java.lang.String certificateDN,
                              java.lang.Boolean isAuthority,
                              Lifetime lifetime,
                              java.lang.String name,
                              java.lang.String sourceGTS,
                              Status status,
                              TrustLevels trustLevels)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getCertificateDN

public java.lang.String getCertificateDN()
Gets the certificateDN value for this TrustedAuthorityFilter.

Returns:
certificateDN

setCertificateDN

public void setCertificateDN(java.lang.String certificateDN)
Sets the certificateDN value for this TrustedAuthorityFilter.

Parameters:
certificateDN -

getTrustLevels

public TrustLevels getTrustLevels()
Gets the trustLevels value for this TrustedAuthorityFilter.

Returns:
trustLevels

setTrustLevels

public void setTrustLevels(TrustLevels trustLevels)
Sets the trustLevels value for this TrustedAuthorityFilter.

Parameters:
trustLevels -

getLifetime

public Lifetime getLifetime()
Gets the lifetime value for this TrustedAuthorityFilter.

Returns:
lifetime

setLifetime

public void setLifetime(Lifetime lifetime)
Sets the lifetime value for this TrustedAuthorityFilter.

Parameters:
lifetime -

getStatus

public Status getStatus()
Gets the status value for this TrustedAuthorityFilter.

Returns:
status

setStatus

public void setStatus(Status status)
Sets the status value for this TrustedAuthorityFilter.

Parameters:
status -

getIsAuthority

public java.lang.Boolean getIsAuthority()
Gets the isAuthority value for this TrustedAuthorityFilter.

Returns:
isAuthority

setIsAuthority

public void setIsAuthority(java.lang.Boolean isAuthority)
Sets the isAuthority value for this TrustedAuthorityFilter.

Parameters:
isAuthority -

getAuthorityGTS

public java.lang.String getAuthorityGTS()
Gets the authorityGTS value for this TrustedAuthorityFilter.

Returns:
authorityGTS

setAuthorityGTS

public void setAuthorityGTS(java.lang.String authorityGTS)
Sets the authorityGTS value for this TrustedAuthorityFilter.

Parameters:
authorityGTS -

getSourceGTS

public java.lang.String getSourceGTS()
Gets the sourceGTS value for this TrustedAuthorityFilter.

Returns:
sourceGTS

setSourceGTS

public void setSourceGTS(java.lang.String sourceGTS)
Sets the sourceGTS value for this TrustedAuthorityFilter.

Parameters:
sourceGTS -

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