public class SelectedResourceDescriptionType extends Object implements Serializable
| Constructor and Description |
|---|
SelectedResourceDescriptionType() |
SelectedResourceDescriptionType(String descriptionId,
String[] resourceId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescriptionId()
Gets the descriptionId value for this SelectedResourceDescriptionType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getResourceId()
Gets the resourceId value for this SelectedResourceDescriptionType.
|
String |
getResourceId(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 |
setDescriptionId(String descriptionId)
Sets the descriptionId value for this SelectedResourceDescriptionType.
|
void |
setResourceId(int i,
String _value) |
void |
setResourceId(String[] resourceId)
Sets the resourceId value for this SelectedResourceDescriptionType.
|
public String getDescriptionId()
public void setDescriptionId(String descriptionId)
descriptionId - public String[] getResourceId()
public void setResourceId(String[] resourceId)
resourceId - public String getResourceId(int i)
public void setResourceId(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 © 2019. All Rights Reserved.