public class CollectionType extends Object implements Serializable
| Constructor and Description |
|---|
CollectionType() |
CollectionType(String id,
CollectionTypeInfo info,
String name,
boolean selected) |
| 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 |
getId()
Gets the id value for this CollectionType.
|
CollectionTypeInfo |
getInfo()
Gets the info value for this CollectionType.
|
String |
getName()
Gets the name value for this CollectionType.
|
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
|
int |
hashCode() |
boolean |
isSelected()
Gets the selected value for this CollectionType.
|
void |
setId(String id)
Sets the id value for this CollectionType.
|
void |
setInfo(CollectionTypeInfo info)
Sets the info value for this CollectionType.
|
void |
setName(String name)
Sets the name value for this CollectionType.
|
void |
setSelected(boolean selected)
Sets the selected value for this CollectionType.
|
public CollectionType()
public CollectionType(String id, CollectionTypeInfo info, String name, boolean selected)
public String getId()
public void setId(String id)
id - public String getName()
public void setName(String name)
name - public CollectionTypeInfo getInfo()
public void setInfo(CollectionTypeInfo info)
info - public boolean isSelected()
public void setSelected(boolean selected)
selected - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.