org.tolven.ccr
Class IDType

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

public class IDType
extends java.lang.Object

Java class for IDType complex type.


Constructor Summary
IDType()
           
 
Method Summary
 java.util.List<java.lang.String> getCommentID()
          Gets the value of the commentID property.
 java.util.List<DateTimeType> getDateTime()
          Gets the value of the dateTime property.
 java.lang.String getID()
          Gets the value of the id property.
 java.util.List<InternalCCRLink> getInternalCCRLink()
          Gets the value of the internalCCRLink property.
 ActorReferenceType getIssuedBy()
          Gets the value of the issuedBy property.
 java.util.List<java.lang.String> getReferenceID()
          Gets the value of the referenceID property.
 java.util.List<CCRCodedDataObjectType.Signature> getSignature()
          Gets the value of the signature property.
 java.util.List<SourceType> getSource()
          Gets the value of the source property.
 CodedDescriptionType getType()
          Gets the value of the type property.
 void setID(java.lang.String value)
          Sets the value of the id property.
 void setIssuedBy(ActorReferenceType value)
          Sets the value of the issuedBy 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

IDType

public IDType()
Method Detail

getDateTime

public java.util.List<DateTimeType> getDateTime()
Gets the value of the dateTime 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 dateTime property.

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

    getDateTime().add(newItem);
 

Objects of the following type(s) are allowed in the list 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

getID

public java.lang.String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getIssuedBy

public ActorReferenceType getIssuedBy()
Gets the value of the issuedBy property.

Returns:
possible object is ActorReferenceType

setIssuedBy

public void setIssuedBy(ActorReferenceType value)
Sets the value of the issuedBy property.

Parameters:
value - allowed object is ActorReferenceType

getSource

public java.util.List<SourceType> 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 SourceType


getInternalCCRLink

public java.util.List<InternalCCRLink> getInternalCCRLink()
Gets the value of the internalCCRLink 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 internalCCRLink property.

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

    getInternalCCRLink().add(newItem);
 

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


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


getCommentID

public java.util.List<java.lang.String> getCommentID()
Gets the value of the commentID 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 commentID property.

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

    getCommentID().add(newItem);
 

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


getSignature

public java.util.List<CCRCodedDataObjectType.Signature> getSignature()
Gets the value of the signature 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 signature property.

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

    getSignature().add(newItem);
 

Objects of the following type(s) are allowed in the list CCRCodedDataObjectType.Signature