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

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

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

See Also:
Serialized Form

Constructor Summary
TrustedAuthority()
           
TrustedAuthority(X509CRL CRL, java.lang.String authorityGTS, X509Certificate certificate, long expires, java.lang.Boolean isAuthority, long lastUpdated, 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 TrustedAuthority.
 X509Certificate getCertificate()
          Gets the certificate value for this TrustedAuthority.
 X509CRL getCRL()
          Gets the CRL value for this TrustedAuthority.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getExpires()
          Gets the expires value for this TrustedAuthority.
 java.lang.Boolean getIsAuthority()
          Gets the isAuthority value for this TrustedAuthority.
 long getLastUpdated()
          Gets the lastUpdated value for this TrustedAuthority.
 java.lang.String getName()
          Gets the name value for this TrustedAuthority.
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 TrustedAuthority.
 Status getStatus()
          Gets the status value for this TrustedAuthority.
 TrustLevels getTrustLevels()
          Gets the trustLevels value for this TrustedAuthority.
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 TrustedAuthority.
 void setCertificate(X509Certificate certificate)
          Sets the certificate value for this TrustedAuthority.
 void setCRL(X509CRL CRL)
          Sets the CRL value for this TrustedAuthority.
 void setExpires(long expires)
          Sets the expires value for this TrustedAuthority.
 void setIsAuthority(java.lang.Boolean isAuthority)
          Sets the isAuthority value for this TrustedAuthority.
 void setLastUpdated(long lastUpdated)
          Sets the lastUpdated value for this TrustedAuthority.
 void setName(java.lang.String name)
          Sets the name value for this TrustedAuthority.
 void setSourceGTS(java.lang.String sourceGTS)
          Sets the sourceGTS value for this TrustedAuthority.
 void setStatus(Status status)
          Sets the status value for this TrustedAuthority.
 void setTrustLevels(TrustLevels trustLevels)
          Sets the trustLevels value for this TrustedAuthority.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedAuthority

public TrustedAuthority()

TrustedAuthority

public TrustedAuthority(X509CRL CRL,
                        java.lang.String authorityGTS,
                        X509Certificate certificate,
                        long expires,
                        java.lang.Boolean isAuthority,
                        long lastUpdated,
                        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 TrustedAuthority.

Returns:
name

setName

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

Parameters:
name -

getTrustLevels

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

Returns:
trustLevels

setTrustLevels

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

Parameters:
trustLevels -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getIsAuthority

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

Returns:
isAuthority

setIsAuthority

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

Parameters:
isAuthority -

getAuthorityGTS

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

Returns:
authorityGTS

setAuthorityGTS

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

Parameters:
authorityGTS -

getSourceGTS

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

Returns:
sourceGTS

setSourceGTS

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

Parameters:
sourceGTS -

getExpires

public long getExpires()
Gets the expires value for this TrustedAuthority.

Returns:
expires

setExpires

public void setExpires(long expires)
Sets the expires value for this TrustedAuthority.

Parameters:
expires -

getLastUpdated

public long getLastUpdated()
Gets the lastUpdated value for this TrustedAuthority.

Returns:
lastUpdated

setLastUpdated

public void setLastUpdated(long lastUpdated)
Sets the lastUpdated value for this TrustedAuthority.

Parameters:
lastUpdated -

getCertificate

public X509Certificate getCertificate()
Gets the certificate value for this TrustedAuthority.

Returns:
certificate

setCertificate

public void setCertificate(X509Certificate certificate)
Sets the certificate value for this TrustedAuthority.

Parameters:
certificate -

getCRL

public X509CRL getCRL()
Gets the CRL value for this TrustedAuthority.

Returns:
CRL

setCRL

public void setCRL(X509CRL CRL)
Sets the CRL value for this TrustedAuthority.

Parameters:
CRL -

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