Class NextUpdateType
java.lang.Object
eu.europa.esig.lote.jaxb.NextUpdateType
Java class for NextUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NextUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateTime property.voidsetDateTime(XMLGregorianCalendar value) Sets the value of the dateTime property.
-
Field Details
-
dateTime
-
-
Constructor Details
-
NextUpdateType
public NextUpdateType()
-
-
Method Details
-
getDateTime
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
Sets the value of the dateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-