org.sciplore.rest
Class PublishdateType

java.lang.Object
  extended by org.sciplore.rest.PublishdateType

public class PublishdateType
extends java.lang.Object

Java class for publishdateType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="publishdateType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>date">
       <attribute name="date_published" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
PublishdateType()
           
 
Method Summary
 java.lang.String getDatePublished()
          Gets the value of the datePublished property.
 javax.xml.datatype.XMLGregorianCalendar getValue()
          Gets the value of the value property.
 void setDatePublished(java.lang.String value)
          Sets the value of the datePublished property.
 void setValue(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishdateType

public PublishdateType()
Method Detail

getValue

public javax.xml.datatype.XMLGregorianCalendar getValue()
Gets the value of the value property.

Returns:
possible object is XMLGregorianCalendar

setValue

public void setValue(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the value property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDatePublished

public java.lang.String getDatePublished()
Gets the value of the datePublished property.

Returns:
possible object is String

setDatePublished

public void setDatePublished(java.lang.String value)
Sets the value of the datePublished property.

Parameters:
value - allowed object is String