org.tolven.ccr
Class ReferenceType

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

public class ReferenceType
extends java.lang.Object

Java class for ReferenceType complex type.


Constructor Summary
ReferenceType()
           
 
Method Summary
 java.util.List<DateTimeType> getDateTime()
          Gets the value of the dateTime property.
 CodedDescriptionType getDescription()
          Gets the value of the description property.
 Locations getLocations()
          Gets the value of the locations property.
 java.lang.String getReferenceObjectID()
          Gets the value of the referenceObjectID property.
 java.util.List<ActorReferenceType> getSource()
          Gets the value of the source property.
 CodedDescriptionType getType()
          Gets the value of the type property.
 void setDescription(CodedDescriptionType value)
          Sets the value of the description property.
 void setLocations(Locations value)
          Sets the value of the locations property.
 void setReferenceObjectID(java.lang.String value)
          Sets the value of the referenceObjectID 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

ReferenceType

public ReferenceType()
Method Detail

getReferenceObjectID

public java.lang.String getReferenceObjectID()
Gets the value of the referenceObjectID property.

Returns:
possible object is String

setReferenceObjectID

public void setReferenceObjectID(java.lang.String value)
Sets the value of the referenceObjectID property.

Parameters:
value - allowed object is String

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

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


getLocations

public Locations getLocations()
Gets the value of the locations property.

Returns:
possible object is Locations

setLocations

public void setLocations(Locations value)
Sets the value of the locations property.

Parameters:
value - allowed object is Locations