Class DatetimeType
java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DatetimeType
Java class for datetimeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datetimeType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="xs:dateTime" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the value of the type property.getValue()Gets the value of the value property.voidSets the value of the type property.voidsetValue(XMLGregorianCalendar value) Sets the value of the value property.
-
Field Details
-
value
-
type
-
-
Constructor Details
-
DatetimeType
public DatetimeType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-