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