public class ResourceDescriptionItem extends Object implements Serializable
| Constructor and Description |
|---|
ResourceDescriptionItem() |
ResourceDescriptionItem(String description,
String id,
int maxSelectable,
int minSelectable,
ResourceItem[] resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this ResourceDescriptionItem.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this ResourceDescriptionItem.
|
int |
getMaxSelectable()
Gets the maxSelectable value for this ResourceDescriptionItem.
|
int |
getMinSelectable()
Gets the minSelectable value for this ResourceDescriptionItem.
|
ResourceItem[] |
getResource()
Gets the resource value for this ResourceDescriptionItem.
|
ResourceItem |
getResource(int i) |
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() |
void |
setDescription(String description)
Sets the description value for this ResourceDescriptionItem.
|
void |
setId(String id)
Sets the id value for this ResourceDescriptionItem.
|
void |
setMaxSelectable(int maxSelectable)
Sets the maxSelectable value for this ResourceDescriptionItem.
|
void |
setMinSelectable(int minSelectable)
Sets the minSelectable value for this ResourceDescriptionItem.
|
void |
setResource(int i,
ResourceItem _value) |
void |
setResource(ResourceItem[] resource)
Sets the resource value for this ResourceDescriptionItem.
|
public ResourceDescriptionItem()
public ResourceDescriptionItem(String description, String id, int maxSelectable, int minSelectable, ResourceItem[] resource)
public String getId()
public void setId(String id)
id - public String getDescription()
public void setDescription(String description)
description - public ResourceItem[] getResource()
public void setResource(ResourceItem[] resource)
resource - public ResourceItem getResource(int i)
public void setResource(int i,
ResourceItem _value)
public int getMinSelectable()
public void setMinSelectable(int minSelectable)
minSelectable - public int getMaxSelectable()
public void setMaxSelectable(int maxSelectable)
maxSelectable - 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.