public class ResourceItem extends Object implements Serializable
| Constructor and Description |
|---|
ResourceItem() |
ResourceItem(String ID,
String type) |
| 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 ResourceItem.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this ResourceItem.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setID(String ID)
Sets the ID value for this ResourceItem.
|
void |
setType(String type)
Sets the type value for this ResourceItem.
|
public String getID()
public void setID(String ID)
ID - public String getType()
public void setType(String type)
type - 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.