public class RFConfig extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private IDObject[] |
attachSites |
private IDObject |
detachSite |
private java.lang.Long |
expiryTime |
private java.lang.Long |
maxAttachDelay |
private MsgField[] |
msgFields |
private java.lang.Boolean |
performDetachOnReply |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
RFConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
IDObject[] |
getAttachSites() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
IDObject |
getDetachSite() |
java.lang.Long |
getExpiryTime() |
java.lang.Long |
getMaxAttachDelay() |
MsgField[] |
getMsgFields() |
java.lang.Boolean |
getPerformDetachOnReply() |
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 |
setAttachSites(IDObject[] attachSites) |
void |
setDetachSite(IDObject detachSite) |
void |
setExpiryTime(java.lang.Long expiryTime) |
void |
setMaxAttachDelay(java.lang.Long maxAttachDelay) |
void |
setMsgFields(MsgField[] msgFields) |
void |
setPerformDetachOnReply(java.lang.Boolean performDetachOnReply) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private IDObject[] attachSites
private IDObject detachSite
private java.lang.Long expiryTime
private java.lang.Long maxAttachDelay
private MsgField[] msgFields
private java.lang.Boolean performDetachOnReply
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public IDObject[] getAttachSites()
public void setAttachSites(IDObject[] attachSites)
public IDObject getDetachSite()
public void setDetachSite(IDObject detachSite)
public java.lang.Long getExpiryTime()
public void setExpiryTime(java.lang.Long expiryTime)
public java.lang.Long getMaxAttachDelay()
public void setMaxAttachDelay(java.lang.Long maxAttachDelay)
public MsgField[] getMsgFields()
public void setMsgFields(MsgField[] msgFields)
public java.lang.Boolean getPerformDetachOnReply()
public void setPerformDetachOnReply(java.lang.Boolean performDetachOnReply)
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)