public class TrustZone extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.Boolean |
mustAssertTrust |
private java.lang.Boolean |
mustCheckCallerAddress |
private java.lang.Integer |
trustInterval |
private EncryptedString |
trustKey |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
TrustZone() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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 |
getMustAssertTrust() |
java.lang.Boolean |
getMustCheckCallerAddress() |
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.Integer |
getTrustInterval() |
EncryptedString |
getTrustKey() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMustAssertTrust(java.lang.Boolean mustAssertTrust) |
void |
setMustCheckCallerAddress(java.lang.Boolean mustCheckCallerAddress) |
void |
setTrustInterval(java.lang.Integer trustInterval) |
void |
setTrustKey(EncryptedString trustKey) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private java.lang.Boolean mustAssertTrust
private java.lang.Boolean mustCheckCallerAddress
private java.lang.Integer trustInterval
private EncryptedString trustKey
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.Boolean getMustAssertTrust()
public void setMustAssertTrust(java.lang.Boolean mustAssertTrust)
public java.lang.Boolean getMustCheckCallerAddress()
public void setMustCheckCallerAddress(java.lang.Boolean mustCheckCallerAddress)
public java.lang.Integer getTrustInterval()
public void setTrustInterval(java.lang.Integer trustInterval)
public EncryptedString getTrustKey()
public void setTrustKey(EncryptedString trustKey)
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)