|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.CommentType
public class CommentType
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 |
|---|
public CommentType()
| Method Detail |
|---|
public java.lang.String getCommentObjectID()
Stringpublic void setCommentObjectID(java.lang.String value)
value - allowed object is
Stringpublic DateTimeType getDateTime()
DateTimeTypepublic void setDateTime(DateTimeType value)
value - allowed object is
DateTimeTypepublic CodedDescriptionType getType()
CodedDescriptionTypepublic void setType(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic CodedDescriptionType getDescription()
CodedDescriptionTypepublic void setDescription(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.util.List<ActorReferenceType> getSource()
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
public java.util.List<java.lang.String> getReferenceID()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||