|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.ReferenceType
public class ReferenceType
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 |
|---|
public ReferenceType()
| Method Detail |
|---|
public java.lang.String getReferenceObjectID()
Stringpublic void setReferenceObjectID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DateTimeType> getDateTime()
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
public 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 Locations getLocations()
Locationspublic void setLocations(Locations value)
value - allowed object is
Locations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||