public class MetaInfoType extends Object
Java class for MetaInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetaInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="creationdate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="status">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DRAFT"/>
<enumeration value="DISABLED"/>
<enumeration value="READY_FOR_REVIEW"/>
<enumeration value="FINAL"/>
</restriction>
</simpleType>
</element>
<element name="last-updated-by" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="last-updated-on" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
anies |
protected String |
author |
protected Calendar |
creationdate |
protected String |
lastUpdatedBy |
protected Calendar |
lastUpdatedOn |
protected String |
status |
| Constructor and Description |
|---|
MetaInfoType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAnies()
Gets the value of the anies property.
|
String |
getAuthor()
Gets the value of the author property.
|
Calendar |
getCreationdate()
Gets the value of the creationdate property.
|
String |
getLastUpdatedBy()
Gets the value of the lastUpdatedBy property.
|
Calendar |
getLastUpdatedOn()
Gets the value of the lastUpdatedOn property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCreationdate(Calendar value)
Sets the value of the creationdate property.
|
void |
setLastUpdatedBy(String value)
Sets the value of the lastUpdatedBy property.
|
void |
setLastUpdatedOn(Calendar value)
Sets the value of the lastUpdatedOn property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String author
protected Calendar creationdate
protected String status
protected String lastUpdatedBy
protected Calendar lastUpdatedOn
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic Calendar getCreationdate()
Stringpublic void setCreationdate(Calendar value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getLastUpdatedBy()
Stringpublic void setLastUpdatedBy(String value)
value - allowed object is
Stringpublic Calendar getLastUpdatedOn()
Stringpublic void setLastUpdatedOn(Calendar value)
value - allowed object is
Stringpublic List<Object> getAnies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.