org.nhind.config
Class CertificateGetOptions

java.lang.Object
  extended by org.nhind.config.CertificateGetOptions
All Implemented Interfaces:
Serializable

public class CertificateGetOptions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CertificateGetOptions()
           
CertificateGetOptions(boolean includeData, boolean includePrivateKey, EntityStatus status)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 EntityStatus getStatus()
          Gets the status value for this CertificateGetOptions.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIncludeData()
          Gets the includeData value for this CertificateGetOptions.
 boolean isIncludePrivateKey()
          Gets the includePrivateKey value for this CertificateGetOptions.
 void setIncludeData(boolean includeData)
          Sets the includeData value for this CertificateGetOptions.
 void setIncludePrivateKey(boolean includePrivateKey)
          Sets the includePrivateKey value for this CertificateGetOptions.
 void setStatus(EntityStatus status)
          Sets the status value for this CertificateGetOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateGetOptions

public CertificateGetOptions()

CertificateGetOptions

public CertificateGetOptions(boolean includeData,
                             boolean includePrivateKey,
                             EntityStatus status)
Method Detail

isIncludeData

public boolean isIncludeData()
Gets the includeData value for this CertificateGetOptions.

Returns:
includeData

setIncludeData

public void setIncludeData(boolean includeData)
Sets the includeData value for this CertificateGetOptions.

Parameters:
includeData -

isIncludePrivateKey

public boolean isIncludePrivateKey()
Gets the includePrivateKey value for this CertificateGetOptions.

Returns:
includePrivateKey

setIncludePrivateKey

public void setIncludePrivateKey(boolean includePrivateKey)
Sets the includePrivateKey value for this CertificateGetOptions.

Parameters:
includePrivateKey -

getStatus

public EntityStatus getStatus()
Gets the status value for this CertificateGetOptions.

Returns:
status

setStatus

public void setStatus(EntityStatus status)
Sets the status value for this CertificateGetOptions.

Parameters:
status -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.