gov.nih.nci.cagrid.syncgts.bean
Class TrustedCA

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

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

See Also:
Serialized Form

Constructor Summary
TrustedCA()
           
TrustedCA(java.lang.String CRLFile, java.lang.String certificateFile, long discovered, long expiration, java.lang.String gts, java.lang.String metadataFile, java.lang.String name, java.lang.String signingPolicyFile)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCertificateFile()
          Gets the certificateFile value for this TrustedCA.
 java.lang.String getCRLFile()
          Gets the CRLFile value for this TrustedCA.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getDiscovered()
          Gets the discovered value for this TrustedCA.
 long getExpiration()
          Gets the expiration value for this TrustedCA.
 java.lang.String getGts()
          Gets the gts value for this TrustedCA.
 java.lang.String getMetadataFile()
          Gets the metadataFile value for this TrustedCA.
 java.lang.String getName()
          Gets the name value for this TrustedCA.
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 getSigningPolicyFile()
          Gets the signingPolicyFile value for this TrustedCA.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCertificateFile(java.lang.String certificateFile)
          Sets the certificateFile value for this TrustedCA.
 void setCRLFile(java.lang.String CRLFile)
          Sets the CRLFile value for this TrustedCA.
 void setDiscovered(long discovered)
          Sets the discovered value for this TrustedCA.
 void setExpiration(long expiration)
          Sets the expiration value for this TrustedCA.
 void setGts(java.lang.String gts)
          Sets the gts value for this TrustedCA.
 void setMetadataFile(java.lang.String metadataFile)
          Sets the metadataFile value for this TrustedCA.
 void setName(java.lang.String name)
          Sets the name value for this TrustedCA.
 void setSigningPolicyFile(java.lang.String signingPolicyFile)
          Sets the signingPolicyFile value for this TrustedCA.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedCA

public TrustedCA()

TrustedCA

public TrustedCA(java.lang.String CRLFile,
                 java.lang.String certificateFile,
                 long discovered,
                 long expiration,
                 java.lang.String gts,
                 java.lang.String metadataFile,
                 java.lang.String name,
                 java.lang.String signingPolicyFile)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getGts

public java.lang.String getGts()
Gets the gts value for this TrustedCA.

Returns:
gts

setGts

public void setGts(java.lang.String gts)
Sets the gts value for this TrustedCA.

Parameters:
gts -

getDiscovered

public long getDiscovered()
Gets the discovered value for this TrustedCA.

Returns:
discovered

setDiscovered

public void setDiscovered(long discovered)
Sets the discovered value for this TrustedCA.

Parameters:
discovered -

getExpiration

public long getExpiration()
Gets the expiration value for this TrustedCA.

Returns:
expiration

setExpiration

public void setExpiration(long expiration)
Sets the expiration value for this TrustedCA.

Parameters:
expiration -

getMetadataFile

public java.lang.String getMetadataFile()
Gets the metadataFile value for this TrustedCA.

Returns:
metadataFile

setMetadataFile

public void setMetadataFile(java.lang.String metadataFile)
Sets the metadataFile value for this TrustedCA.

Parameters:
metadataFile -

getCertificateFile

public java.lang.String getCertificateFile()
Gets the certificateFile value for this TrustedCA.

Returns:
certificateFile

setCertificateFile

public void setCertificateFile(java.lang.String certificateFile)
Sets the certificateFile value for this TrustedCA.

Parameters:
certificateFile -

getCRLFile

public java.lang.String getCRLFile()
Gets the CRLFile value for this TrustedCA.

Returns:
CRLFile

setCRLFile

public void setCRLFile(java.lang.String CRLFile)
Sets the CRLFile value for this TrustedCA.

Parameters:
CRLFile -

getSigningPolicyFile

public java.lang.String getSigningPolicyFile()
Gets the signingPolicyFile value for this TrustedCA.

Returns:
signingPolicyFile

setSigningPolicyFile

public void setSigningPolicyFile(java.lang.String signingPolicyFile)
Sets the signingPolicyFile value for this TrustedCA.

Parameters:
signingPolicyFile -

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