public static class Annotations.Page 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="annotation" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="profile" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Annotations.Page.Annotation
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Annotations.Page.Annotation> |
annotation |
protected long |
index |
protected String |
profile |
protected Properties |
userProperties |
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
List<Annotations.Page.Annotation> |
getAnnotation()
Gets the value of the annotation property.
|
long |
getIndex()
Gets the value of the index property.
|
String |
getProfile()
Gets the value of the profile property.
|
Properties |
getUserProperties()
Gets the value of the userProperties property.
|
void |
setIndex(long value)
Sets the value of the index property.
|
void |
setProfile(String value)
Sets the value of the profile property.
|
void |
setUserProperties(Properties value)
Sets the value of the userProperties property.
|
protected Properties userProperties
protected List<Annotations.Page.Annotation> annotation
protected long index
protected String profile
public Properties getUserProperties()
Properties
public void setUserProperties(Properties value)
value
- allowed object is
Properties
public List<Annotations.Page.Annotation> getAnnotation()
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 annotation property.
For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
Annotations.Page.Annotation
public long getIndex()
public void setIndex(long value)
public String getProfile()
String
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.