|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sciplore.rest.PublishdateType
public class PublishdateType
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 |
|---|
public PublishdateType()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDatePublished()
Stringpublic void setDatePublished(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||