public class MitigationVariable extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private MitiVarDeps |
downstreamDeps |
private java.lang.Boolean |
isLocked |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private MitiVarDeps |
upstreamDeps |
private java.lang.Boolean |
value |
Constructor and Description |
---|
MitigationVariable() |
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
|
MitiVarDeps |
getDownstreamDeps() |
java.lang.Boolean |
getIsLocked() |
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
|
MitiVarDeps |
getUpstreamDeps() |
java.lang.Boolean |
getValue() |
int |
hashCode() |
void |
setDownstreamDeps(MitiVarDeps downstreamDeps) |
void |
setIsLocked(java.lang.Boolean isLocked) |
void |
setUpstreamDeps(MitiVarDeps upstreamDeps) |
void |
setValue(java.lang.Boolean value) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private MitiVarDeps downstreamDeps
private java.lang.Boolean isLocked
private MitiVarDeps upstreamDeps
private java.lang.Boolean value
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public MitiVarDeps getDownstreamDeps()
public void setDownstreamDeps(MitiVarDeps downstreamDeps)
public java.lang.Boolean getIsLocked()
public void setIsLocked(java.lang.Boolean isLocked)
public MitiVarDeps getUpstreamDeps()
public void setUpstreamDeps(MitiVarDeps upstreamDeps)
public java.lang.Boolean getValue()
public void setValue(java.lang.Boolean value)
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)