public class Perturbation extends Object implements Serializable
| Constructor and Description |
|---|
Perturbation() |
Perturbation(String field,
String toPerturbId,
String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getField()
Gets the field value for this Perturbation.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getToPerturbId()
Gets the toPerturbId value for this Perturbation.
|
String |
getType()
Gets the type value for this Perturbation.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue()
Gets the value value for this Perturbation.
|
int |
hashCode() |
void |
setField(String field)
Sets the field value for this Perturbation.
|
void |
setToPerturbId(String toPerturbId)
Sets the toPerturbId value for this Perturbation.
|
void |
setType(String type)
Sets the type value for this Perturbation.
|
void |
setValue(String value)
Sets the value value for this Perturbation.
|
public String getType()
public void setType(String type)
type - public String getField()
public void setField(String field)
field - public String getToPerturbId()
public void setToPerturbId(String toPerturbId)
toPerturbId - public String getValue()
public void setValue(String value)
value - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.