public class DatesType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for DatesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="acquiredOn" type="{urn:us:mil:ces:metadata:ddms:5}ApproximableDateType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="created" type="{urn:us:mil:ces:metadata:ddms:5}CombinedDateType" />
<attribute name="posted" type="{urn:us:mil:ces:metadata:ddms:5}CombinedDateType" />
<attribute name="validTil" type="{urn:us:mil:ces:metadata:ddms:5}CombinedDateType" />
<attribute name="infoCutOff" type="{urn:us:mil:ces:metadata:ddms:5}CombinedDateType" />
<attribute name="approvedOn" type="{urn:us:mil:ces:metadata:ddms:5}CombinedDateType" />
<attribute name="receivedOn" type="{urn:us:mil:ces:metadata:ddms:5}CombinedDateType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ApproximableDateType> |
acquiredOn |
protected String |
approvedOn |
protected String |
created |
protected String |
infoCutOff |
protected String |
posted |
protected String |
receivedOn |
protected String |
validTil |
| Constructor and Description |
|---|
DatesType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<ApproximableDateType> |
getAcquiredOn()
Gets the value of the acquiredOn property.
|
String |
getApprovedOn()
Gets the value of the approvedOn property.
|
String |
getCreated()
Gets the value of the created property.
|
String |
getInfoCutOff()
Gets the value of the infoCutOff property.
|
String |
getPosted()
Gets the value of the posted property.
|
String |
getReceivedOn()
Gets the value of the receivedOn property.
|
String |
getValidTil()
Gets the value of the validTil property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAcquiredOn() |
boolean |
isSetApprovedOn() |
boolean |
isSetCreated() |
boolean |
isSetInfoCutOff() |
boolean |
isSetPosted() |
boolean |
isSetReceivedOn() |
boolean |
isSetValidTil() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setAcquiredOn(List<ApproximableDateType> value) |
void |
setApprovedOn(String value)
Sets the value of the approvedOn property.
|
void |
setCreated(String value)
Sets the value of the created property.
|
void |
setInfoCutOff(String value)
Sets the value of the infoCutOff property.
|
void |
setPosted(String value)
Sets the value of the posted property.
|
void |
setReceivedOn(String value)
Sets the value of the receivedOn property.
|
void |
setValidTil(String value)
Sets the value of the validTil property.
|
String |
toString() |
void |
unsetAcquiredOn() |
protected List<ApproximableDateType> acquiredOn
protected String created
protected String posted
protected String validTil
protected String infoCutOff
protected String approvedOn
protected String receivedOn
public List<ApproximableDateType> getAcquiredOn()
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 acquiredOn property.
For example, to add a new item, do as follows:
getAcquiredOn().add(newItem);
Objects of the following type(s) are allowed in the list
ApproximableDateType
public boolean isSetAcquiredOn()
public void unsetAcquiredOn()
public String getCreated()
Stringpublic void setCreated(String value)
value - allowed object is
Stringpublic boolean isSetCreated()
public String getPosted()
Stringpublic void setPosted(String value)
value - allowed object is
Stringpublic boolean isSetPosted()
public String getValidTil()
Stringpublic void setValidTil(String value)
value - allowed object is
Stringpublic boolean isSetValidTil()
public String getInfoCutOff()
Stringpublic void setInfoCutOff(String value)
value - allowed object is
Stringpublic boolean isSetInfoCutOff()
public String getApprovedOn()
Stringpublic void setApprovedOn(String value)
value - allowed object is
Stringpublic boolean isSetApprovedOn()
public String getReceivedOn()
Stringpublic void setReceivedOn(String value)
value - allowed object is
Stringpublic boolean isSetReceivedOn()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setAcquiredOn(List<ApproximableDateType> value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.