public class SMObject extends SMResource implements Serializable
| 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
|
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
|
String |
getUrl()
Gets the url value for this SMObject.
|
int |
hashCode() |
void |
setUrl(String url)
Sets the url value for this SMObject.
|
getAlgorithm, getCreationDate, getDescription, getName, getOperationId, getPortalLogin, getProvenance, getResourceId, getResourceType, setAlgorithm, setCreationDate, setDescription, setName, setOperationId, setPortalLogin, setProvenance, setResourceId, setResourceTypepublic SMObject()
public SMObject(String url)
public String getUrl()
public void setUrl(String url)
url - public boolean equals(Object obj)
equals in class SMResourcepublic int hashCode()
hashCode in class SMResourcepublic 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.