public class SMAbstractResource extends Object implements Serializable
| Constructor and Description |
|---|
SMAbstractResource() |
SMAbstractResource(String abstractResourceId,
SMResource resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbstractResourceId()
Gets the abstractResourceId value for this SMAbstractResource.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
SMResource |
getResource()
Gets the resource value for this SMAbstractResource.
|
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 |
setAbstractResourceId(String abstractResourceId)
Sets the abstractResourceId value for this SMAbstractResource.
|
void |
setResource(SMResource resource)
Sets the resource value for this SMAbstractResource.
|
public SMAbstractResource()
public SMAbstractResource(String abstractResourceId, SMResource resource)
public String getAbstractResourceId()
public void setAbstractResourceId(String abstractResourceId)
abstractResourceId - public SMResource getResource()
public void setResource(SMResource resource)
resource - 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.