interfaceelements
Class RenderingDetail

java.lang.Object
  extended by interfaceelements.RenderingDetail
All Implemented Interfaces:
java.io.Serializable

public class RenderingDetail
extends java.lang.Object
implements java.io.Serializable

The details of how a coding scheme is rendered in a given service.

See Also:
Serialized Form

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

versionTags

private CodingSchemeTagList versionTags
The version metatags associated with this coding scheme in this service.


versionStatus

private CodingSchemeVersionStatus 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.


lastUpdateTime

private java.util.Calendar lastUpdateTime

deactivateDate

private java.util.Calendar deactivateDate

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

RenderingDetail

public RenderingDetail()

RenderingDetail

public RenderingDetail(java.util.Calendar deactivateDate,
                       java.util.Calendar lastUpdateTime,
                       CodingSchemeVersionStatus versionStatus,
                       CodingSchemeTagList versionTags)
Method Detail

getVersionTags

public CodingSchemeTagList getVersionTags()
Gets the versionTags value for this RenderingDetail.

Returns:
versionTags The version metatags associated with this coding scheme in this service.

setVersionTags

public void setVersionTags(CodingSchemeTagList versionTags)
Sets the versionTags value for this RenderingDetail.

Parameters:
versionTags - The version metatags associated with this coding scheme in this service.

getVersionStatus

public CodingSchemeVersionStatus getVersionStatus()
Gets the versionStatus value for this RenderingDetail.

Returns:
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.

setVersionStatus

public void setVersionStatus(CodingSchemeVersionStatus versionStatus)
Sets the versionStatus value for this RenderingDetail.

Parameters:
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.

getLastUpdateTime

public java.util.Calendar getLastUpdateTime()
Gets the lastUpdateTime value for this RenderingDetail.

Returns:
lastUpdateTime

setLastUpdateTime

public void setLastUpdateTime(java.util.Calendar lastUpdateTime)
Sets the lastUpdateTime value for this RenderingDetail.

Parameters:
lastUpdateTime -

getDeactivateDate

public java.util.Calendar getDeactivateDate()
Gets the deactivateDate value for this RenderingDetail.

Returns:
deactivateDate

setDeactivateDate

public void setDeactivateDate(java.util.Calendar deactivateDate)
Sets the deactivateDate value for this RenderingDetail.

Parameters:
deactivateDate -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer