public static class Annotations.Page.Annotation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user-properties" type="{http://xml.levigo.com/ns/jadice/annotations/1.0}properties" minOccurs="0"/>
<element name="properties" type="{http://xml.levigo.com/ns/jadice/annotations/1.0}properties" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<attribute name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="created-by" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<attribute name="last-modified-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="last-modified-by" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
createdAt |
protected String |
createdBy |
protected String |
id |
protected XMLGregorianCalendar |
lastModifiedAt |
protected String |
lastModifiedBy |
protected Properties |
properties |
protected String |
type |
protected Properties |
userProperties |
| Constructor and Description |
|---|
Annotations.Page.Annotation() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreatedAt()
Gets the value of the createdAt property.
|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getId()
Gets the value of the id property.
|
XMLGregorianCalendar |
getLastModifiedAt()
Gets the value of the lastModifiedAt property.
|
String |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
String |
getType()
Gets the value of the type property.
|
Properties |
getUserProperties()
Gets the value of the userProperties property.
|
void |
setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastModifiedAt(XMLGregorianCalendar value)
Sets the value of the lastModifiedAt property.
|
void |
setLastModifiedBy(String value)
Sets the value of the lastModifiedBy property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUserProperties(Properties value)
Sets the value of the userProperties property.
|
protected Properties userProperties
protected Properties properties
protected String type
protected String id
protected XMLGregorianCalendar createdAt
protected String createdBy
protected XMLGregorianCalendar lastModifiedAt
protected String lastModifiedBy
public Properties getUserProperties()
Propertiespublic void setUserProperties(Properties value)
value - allowed object is
Propertiespublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedAt()
XMLGregorianCalendarpublic void setCreatedAt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedAt()
XMLGregorianCalendarpublic void setLastModifiedAt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLastModifiedBy()
StringCopyright © 2016 SAPERION AG. All rights reserved.