|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterfaceelements.RenderingDetail
public class RenderingDetail
The details of how a coding scheme is rendered in a given service.
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.util.Calendar |
deactivateDate
|
private java.util.Calendar |
lastUpdateTime
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private CodingSchemeVersionStatus |
versionStatus
Status of the coding scheme version within the service (pending, active, inactive). |
private CodingSchemeTagList |
versionTags
The version metatags associated with this coding scheme in this service. |
Constructor Summary | |
---|---|
RenderingDetail()
|
|
RenderingDetail(java.util.Calendar deactivateDate,
java.util.Calendar lastUpdateTime,
CodingSchemeVersionStatus versionStatus,
CodingSchemeTagList versionTags)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Calendar |
getDeactivateDate()
Gets the deactivateDate value for this RenderingDetail. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.util.Calendar |
getLastUpdateTime()
Gets the lastUpdateTime value for this RenderingDetail. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
CodingSchemeVersionStatus |
getVersionStatus()
Gets the versionStatus value for this RenderingDetail. |
CodingSchemeTagList |
getVersionTags()
Gets the versionTags value for this RenderingDetail. |
int |
hashCode()
|
void |
setDeactivateDate(java.util.Calendar deactivateDate)
Sets the deactivateDate value for this RenderingDetail. |
void |
setLastUpdateTime(java.util.Calendar lastUpdateTime)
Sets the lastUpdateTime value for this RenderingDetail. |
void |
setVersionStatus(CodingSchemeVersionStatus versionStatus)
Sets the versionStatus value for this RenderingDetail. |
void |
setVersionTags(CodingSchemeTagList versionTags)
Sets the versionTags value for this RenderingDetail. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private CodingSchemeTagList versionTags
private CodingSchemeVersionStatus versionStatus
private java.util.Calendar lastUpdateTime
private java.util.Calendar deactivateDate
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public RenderingDetail()
public RenderingDetail(java.util.Calendar deactivateDate, java.util.Calendar lastUpdateTime, CodingSchemeVersionStatus versionStatus, CodingSchemeTagList versionTags)
Method Detail |
---|
public CodingSchemeTagList getVersionTags()
public void setVersionTags(CodingSchemeTagList versionTags)
versionTags
- The version metatags associated with this coding scheme in this
service.public CodingSchemeVersionStatus getVersionStatus()
public void setVersionStatus(CodingSchemeVersionStatus versionStatus)
versionStatus
- Status of the coding scheme version within the service (pending,
active, inactive). Note that a pending deactivation is
identified by the presence of a deactivate date.public java.util.Calendar getLastUpdateTime()
public void setLastUpdateTime(java.util.Calendar lastUpdateTime)
lastUpdateTime
- public java.util.Calendar getDeactivateDate()
public void setDeactivateDate(java.util.Calendar deactivateDate)
deactivateDate
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |