public class SetValue extends Value implements Serializable
Values. May not contain duplicates.| 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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Value[] |
getValues()
Gets the values value for this SetValue.
|
Value |
getValues(int i) |
int |
hashCode() |
void |
setValues(int i,
Value _value) |
void |
setValues(Value[] values)
Sets the values value for this SetValue.
|
String |
toString() |
public SetValue()
public SetValue(Value[] values)
public Value[] getValues()
Value
and not contain duplicates.public void setValues(Value[] values)
values - * The values. They must all be the same type of Value
and not contain duplicates.public Value getValues(int i)
public void setValues(int i,
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 © 2019. All rights reserved.