public class CLUnderCurationItem extends Object implements Serializable
| Constructor and Description |
|---|
CLUnderCurationItem() |
CLUnderCurationItem(boolean _final,
String agencyId,
CodeListType codelistType,
Calendar creationDate,
String description,
String id,
Calendar lastModifyDate,
String name,
String owner,
int size,
Status status,
float version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAgencyId()
Gets the agencyId value for this CLUnderCurationItem.
|
CodeListType |
getCodelistType()
Gets the codelistType value for this CLUnderCurationItem.
|
Calendar |
getCreationDate()
Gets the creationDate value for this CLUnderCurationItem.
|
String |
getDescription()
Gets the description value for this CLUnderCurationItem.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this CLUnderCurationItem.
|
Calendar |
getLastModifyDate()
Gets the lastModifyDate value for this CLUnderCurationItem.
|
String |
getName()
Gets the name value for this CLUnderCurationItem.
|
String |
getOwner()
Gets the owner value for this CLUnderCurationItem.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getSize()
Gets the size value for this CLUnderCurationItem.
|
Status |
getStatus()
Gets the status value for this CLUnderCurationItem.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
float |
getVersion()
Gets the version value for this CLUnderCurationItem.
|
int |
hashCode() |
boolean |
is_final()
Gets the _final value for this CLUnderCurationItem.
|
void |
set_final(boolean _final)
Sets the _final value for this CLUnderCurationItem.
|
void |
setAgencyId(String agencyId)
Sets the agencyId value for this CLUnderCurationItem.
|
void |
setCodelistType(CodeListType codelistType)
Sets the codelistType value for this CLUnderCurationItem.
|
void |
setCreationDate(Calendar creationDate)
Sets the creationDate value for this CLUnderCurationItem.
|
void |
setDescription(String description)
Sets the description value for this CLUnderCurationItem.
|
void |
setId(String id)
Sets the id value for this CLUnderCurationItem.
|
void |
setLastModifyDate(Calendar lastModifyDate)
Sets the lastModifyDate value for this CLUnderCurationItem.
|
void |
setName(String name)
Sets the name value for this CLUnderCurationItem.
|
void |
setOwner(String owner)
Sets the owner value for this CLUnderCurationItem.
|
void |
setSize(int size)
Sets the size value for this CLUnderCurationItem.
|
void |
setStatus(Status status)
Sets the status value for this CLUnderCurationItem.
|
void |
setVersion(float version)
Sets the version value for this CLUnderCurationItem.
|
public String getId()
public void setId(String id)
id - public String getName()
public void setName(String name)
name - public String getDescription()
public void setDescription(String description)
description - public String getAgencyId()
public void setAgencyId(String agencyId)
agencyId - public String getOwner()
public void setOwner(String owner)
owner - public Calendar getCreationDate()
public void setCreationDate(Calendar creationDate)
creationDate - public Calendar getLastModifyDate()
public void setLastModifyDate(Calendar lastModifyDate)
lastModifyDate - public Status getStatus()
public void setStatus(Status status)
status - public int getSize()
public void setSize(int size)
size - public boolean is_final()
public void set_final(boolean _final)
_final - public float getVersion()
public void setVersion(float version)
version - public CodeListType getCodelistType()
public void setCodelistType(CodeListType codelistType)
codelistType - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.