public class NamedValue extends Object implements Serializable
| Constructor and Description |
|---|
NamedValue() |
NamedValue(String name,
Boolean isMultiValue,
String value,
String[] values) |
| 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
|
Boolean |
getIsMultiValue()
Gets the isMultiValue value for this NamedValue.
|
String |
getName()
Gets the name value for this NamedValue.
|
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 NamedValue.
|
String[] |
getValues()
Gets the values value for this NamedValue.
|
String |
getValues(int i) |
int |
hashCode() |
void |
setIsMultiValue(Boolean isMultiValue)
Sets the isMultiValue value for this NamedValue.
|
void |
setName(String name)
Sets the name value for this NamedValue.
|
void |
setValue(String value)
Sets the value value for this NamedValue.
|
void |
setValues(int i,
String _value) |
void |
setValues(String[] values)
Sets the values value for this NamedValue.
|
public String getName()
public void setName(String name)
name - public Boolean getIsMultiValue()
public void setIsMultiValue(Boolean isMultiValue)
isMultiValue - public String getValue()
public void setValue(String value)
value - public String[] getValues()
public void setValues(String[] values)
values - public String getValues(int i)
public void setValues(int i,
String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.