public class AbstractSecurityContract extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private SecurityDebugOptions |
debugOptions |
private java.lang.String |
description |
private java.lang.Boolean |
isValid |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
AbstractSecurityContract() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SecurityDebugOptions |
getDebugOptions() |
java.lang.String |
getDescription() |
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 |
getIsValid() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDebugOptions(SecurityDebugOptions debugOptions) |
void |
setDescription(java.lang.String description) |
void |
setIsValid(java.lang.Boolean isValid) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private SecurityDebugOptions debugOptions
private java.lang.String description
private java.lang.Boolean isValid
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public SecurityDebugOptions getDebugOptions()
public void setDebugOptions(SecurityDebugOptions debugOptions)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Boolean getIsValid()
public void setIsValid(java.lang.Boolean isValid)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)