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 |
---|
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()
Properties
public void setUserProperties(Properties value)
value
- allowed object is
Properties
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public XMLGregorianCalendar getCreatedAt()
XMLGregorianCalendar
public void setCreatedAt(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getCreatedBy()
String
public void setCreatedBy(String value)
value
- allowed object is
String
public XMLGregorianCalendar getLastModifiedAt()
XMLGregorianCalendar
public void setLastModifiedAt(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getLastModifiedBy()
String
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.