public abstract class SMResource extends Object implements Serializable
| Constructor and Description |
|---|
SMResource() |
SMResource(String algorithm,
Calendar creationDate,
String description,
String name,
long operationId,
String portalLogin,
int provenance,
String resourceId,
int resourceType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm()
Gets the algorithm value for this SMResource.
|
Calendar |
getCreationDate()
Gets the creationDate value for this SMResource.
|
String |
getDescription()
Gets the description value for this SMResource.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this SMResource.
|
long |
getOperationId()
Gets the operationId value for this SMResource.
|
String |
getPortalLogin()
Gets the portalLogin value for this SMResource.
|
int |
getProvenance()
Gets the provenance value for this SMResource.
|
String |
getResourceId()
Gets the resourceId value for this SMResource.
|
int |
getResourceType()
Gets the resourceType value for this SMResource.
|
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 |
setAlgorithm(String algorithm)
Sets the algorithm value for this SMResource.
|
void |
setCreationDate(Calendar creationDate)
Sets the creationDate value for this SMResource.
|
void |
setDescription(String description)
Sets the description value for this SMResource.
|
void |
setName(String name)
Sets the name value for this SMResource.
|
void |
setOperationId(long operationId)
Sets the operationId value for this SMResource.
|
void |
setPortalLogin(String portalLogin)
Sets the portalLogin value for this SMResource.
|
void |
setProvenance(int provenance)
Sets the provenance value for this SMResource.
|
void |
setResourceId(String resourceId)
Sets the resourceId value for this SMResource.
|
void |
setResourceType(int resourceType)
Sets the resourceType value for this SMResource.
|
public String getResourceId()
public void setResourceId(String resourceId)
resourceId - public int getResourceType()
public void setResourceType(int resourceType)
resourceType - public String getPortalLogin()
public void setPortalLogin(String portalLogin)
portalLogin - public long getOperationId()
public void setOperationId(long operationId)
operationId - public String getDescription()
public void setDescription(String description)
description - public String getName()
public void setName(String name)
name - public int getProvenance()
public void setProvenance(int provenance)
provenance - public Calendar getCreationDate()
public void setCreationDate(Calendar creationDate)
creationDate - public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm - 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.