public class YieldParameter_StringMapEntry extends Object implements Serializable
| Constructor and Description |
|---|
YieldParameter_StringMapEntry() |
YieldParameter_StringMapEntry(YieldParameter key,
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
|
YieldParameter |
getKey()
Gets the key value for this YieldParameter_StringMapEntry.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue()
Gets the value value for this YieldParameter_StringMapEntry.
|
int |
hashCode() |
void |
setKey(YieldParameter key)
Sets the key value for this YieldParameter_StringMapEntry.
|
void |
setValue(String value)
Sets the value value for this YieldParameter_StringMapEntry.
|
String |
toString() |
public YieldParameter_StringMapEntry()
public YieldParameter_StringMapEntry(YieldParameter key, String value)
public YieldParameter getKey()
public void setKey(YieldParameter key)
key - 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 © 2022. All rights reserved.