org.tolven.ccr
Class CommentType

java.lang.Object
  extended by org.tolven.ccr.CommentType

public class CommentType
extends java.lang.Object

Java class for CommentType complex type.


Constructor Summary
CommentType()
           
 
Method Summary
 java.lang.String getCommentObjectID()
          Gets the value of the commentObjectID property.
 DateTimeType getDateTime()
          Gets the value of the dateTime property.
 CodedDescriptionType getDescription()
          Gets the value of the description property.
 java.util.List<java.lang.String> getReferenceID()
          Gets the value of the referenceID property.
 java.util.List<ActorReferenceType> getSource()
          Gets the value of the source property.
 CodedDescriptionType getType()
          Gets the value of the type property.
 void setCommentObjectID(java.lang.String value)
          Sets the value of the commentObjectID property.
 void setDateTime(DateTimeType value)
          Sets the value of the dateTime property.
 void setDescription(CodedDescriptionType value)
          Sets the value of the description property.
 void setType(CodedDescriptionType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentType

public CommentType()
Method Detail

getCommentObjectID

public java.lang.String getCommentObjectID()
Gets the value of the commentObjectID property.

Returns:
possible object is String

setCommentObjectID

public void setCommentObjectID(java.lang.String value)
Sets the value of the commentObjectID property.

Parameters:
value - allowed object is String

getDateTime

public DateTimeType getDateTime()
Gets the value of the dateTime property.

Returns:
possible object is DateTimeType

setDateTime

public void setDateTime(DateTimeType value)
Sets the value of the dateTime property.

Parameters:
value - allowed object is DateTimeType

getType

public CodedDescriptionType getType()
Gets the value of the type property.

Returns:
possible object is CodedDescriptionType

setType

public void setType(CodedDescriptionType value)
Sets the value of the type property.

Parameters:
value - allowed object is CodedDescriptionType

getDescription

public CodedDescriptionType getDescription()
Gets the value of the description property.

Returns:
possible object is CodedDescriptionType

setDescription

public void setDescription(CodedDescriptionType value)
Sets the value of the description property.

Parameters:
value - allowed object is CodedDescriptionType

getSource

public java.util.List<ActorReferenceType> getSource()
Gets the value of the source property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the source property.

For example, to add a new item, do as follows:

    getSource().add(newItem);
 

Objects of the following type(s) are allowed in the list ActorReferenceType


getReferenceID

public java.util.List<java.lang.String> getReferenceID()
Gets the value of the referenceID property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the referenceID property.

For example, to add a new item, do as follows:

    getReferenceID().add(newItem);
 

Objects of the following type(s) are allowed in the list String