Class DatetimeType

java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DatetimeType

public class DatetimeType extends Object

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 Details

  • Constructor Details

    • DatetimeType

      public DatetimeType()
  • Method Details

    • 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 is XMLGregorianCalendar
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String