public class RMAssertion extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.Long |
acknowldegementInterval |
private java.lang.Long |
baseRetransmissionInterval |
private java.lang.Boolean |
exponentialBackoff |
private java.lang.Long |
inactivityTimeout |
private java.lang.Boolean |
isOptional |
private java.lang.String |
name |
private java.lang.String |
namespaceURI |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
RMAssertion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAcknowldegementInterval() |
java.lang.Long |
getBaseRetransmissionInterval() |
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 |
getExponentialBackoff() |
java.lang.Long |
getInactivityTimeout() |
java.lang.Boolean |
getIsOptional() |
java.lang.String |
getName() |
java.lang.String |
getNamespaceURI() |
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 |
setAcknowldegementInterval(java.lang.Long acknowldegementInterval) |
void |
setBaseRetransmissionInterval(java.lang.Long baseRetransmissionInterval) |
void |
setExponentialBackoff(java.lang.Boolean exponentialBackoff) |
void |
setInactivityTimeout(java.lang.Long inactivityTimeout) |
void |
setIsOptional(java.lang.Boolean isOptional) |
void |
setName(java.lang.String name) |
void |
setNamespaceURI(java.lang.String namespaceURI) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private java.lang.Long acknowldegementInterval
private java.lang.Long baseRetransmissionInterval
private java.lang.Boolean exponentialBackoff
private java.lang.Long inactivityTimeout
private java.lang.Boolean isOptional
private java.lang.String name
private java.lang.String namespaceURI
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.Long getAcknowldegementInterval()
public void setAcknowldegementInterval(java.lang.Long acknowldegementInterval)
public java.lang.Long getBaseRetransmissionInterval()
public void setBaseRetransmissionInterval(java.lang.Long baseRetransmissionInterval)
public java.lang.Boolean getExponentialBackoff()
public void setExponentialBackoff(java.lang.Boolean exponentialBackoff)
public java.lang.Long getInactivityTimeout()
public void setInactivityTimeout(java.lang.Long inactivityTimeout)
public java.lang.Boolean getIsOptional()
public void setIsOptional(java.lang.Boolean isOptional)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getNamespaceURI()
public void setNamespaceURI(java.lang.String namespaceURI)
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)