|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.DateTimeType
public class DateTimeType
Java class for DateTimeType complex type.
| Nested Class Summary | |
|---|---|
static class |
DateTimeType.DateTimeRange
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
DateTimeType()
|
|
| Method Summary | |
|---|---|
MeasureType |
getAge()
Gets the value of the age property. |
int |
getAgeInYears(java.util.Date now)
|
CodedDescriptionType |
getApproximateDateTime()
Gets the value of the approximateDateTime property. |
java.util.List<DateTimeType.DateTimeRange> |
getDateTimeRange()
Gets the value of the dateTimeRange property. |
java.util.Date |
getDateTimeValue()
|
java.util.Date |
getDateValue()
|
java.lang.String |
getExactDateTime()
Gets the value of the exactDateTime property. |
CodedDescriptionType |
getType()
Gets the value of the type property. |
void |
setAge(MeasureType value)
Sets the value of the age property. |
void |
setApproximateDateTime(CodedDescriptionType value)
Sets the value of the approximateDateTime property. |
void |
setDateTimeValue(java.util.Date date)
|
void |
setDateValue(java.util.Date date)
|
void |
setExactDateTime(java.lang.String value)
Sets the value of the exactDateTime 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 DateTimeType()
| Method Detail |
|---|
public CodedDescriptionType getType()
CodedDescriptionTypepublic void setType(CodedDescriptionType value)
value - allowed object is
CodedDescriptionType
public java.util.Date getDateValue()
throws java.text.ParseException
java.text.ParseException
public java.util.Date getDateTimeValue()
throws java.text.ParseException
java.text.ParseExceptionpublic void setDateTimeValue(java.util.Date date)
public void setDateValue(java.util.Date date)
public java.lang.String getExactDateTime()
Stringpublic void setExactDateTime(java.lang.String value)
value - allowed object is
Stringpublic MeasureType getAge()
MeasureType
public int getAgeInYears(java.util.Date now)
throws java.text.ParseException
java.text.ParseExceptionpublic void setAge(MeasureType value)
value - allowed object is
MeasureTypepublic CodedDescriptionType getApproximateDateTime()
CodedDescriptionTypepublic void setApproximateDateTime(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.util.List<DateTimeType.DateTimeRange> getDateTimeRange()
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 dateTimeRange property.
For example, to add a new item, do as follows:
getDateTimeRange().add(newItem);
Objects of the following type(s) are allowed in the list
DateTimeType.DateTimeRange
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||