public class DateTime extends Object
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="dateTime">
<xs:simpleContent>
<xs:extension base="xs:dateTime">
<xs:attributeGroup ref="ns:commonAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Constructor and Description |
|---|
DateTime() |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
getCommonAttributes()
Get the 'commonAttributes' attributeGroup value.
|
Date |
getDateTime()
Get the extension value.
|
void |
setCommonAttributes(CommonAttributes commonAttributes)
Set the 'commonAttributes' attributeGroup value.
|
void |
setDateTime(Date dateTime)
Set the extension value.
|
public Date getDateTime()
public void setDateTime(Date dateTime)
dateTime - public CommonAttributes getCommonAttributes()
public void setCommonAttributes(CommonAttributes commonAttributes)
commonAttributes - Copyright © 2017 Europeana Foundation. All rights reserved.