Class DatetimeType
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.DatetimeType
-
public class DatetimeType extends Object
<p>Java class for datetimeType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtypeprotected XMLGregorianCalendarvalue
-
Constructor Summary
Constructors Constructor Description DatetimeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the value of the type property.XMLGregorianCalendargetValue()Gets the value of the value property.voidsetType(String value)Sets the value of the type property.voidsetValue(XMLGregorianCalendar value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected XMLGregorianCalendar value
-
type
protected String type
-
-
Method Detail
-
getValue
public XMLGregorianCalendar getValue()
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
public void setValue(XMLGregorianCalendar value)
Sets the value of the value property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
-