public class EnvelopeWeights extends Object implements Serializable
| Constructor and Description |
|---|
EnvelopeWeights() |
EnvelopeWeights(String speciesId,
FieldArray weights) |
| 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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSpeciesId()
Gets the speciesId value for this EnvelopeWeights.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
FieldArray |
getWeights()
Gets the weights value for this EnvelopeWeights.
|
int |
hashCode() |
void |
setSpeciesId(String speciesId)
Sets the speciesId value for this EnvelopeWeights.
|
void |
setWeights(FieldArray weights)
Sets the weights value for this EnvelopeWeights.
|
public EnvelopeWeights()
public EnvelopeWeights(String speciesId, FieldArray weights)
public String getSpeciesId()
public void setSpeciesId(String speciesId)
speciesId - public FieldArray getWeights()
public void setWeights(FieldArray weights)
weights - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.