public class PageElement extends Object implements Serializable
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">
<attribute name="ContentType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ContentDataRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="RelativeBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ElementPages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
contentDataRefs |
protected String |
contentType |
protected Integer |
elementPages |
protected Double |
relativeBox |
| Constructor and Description |
|---|
PageElement() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getContentDataRefs()
Gets the value of the contentDataRefs property.
|
String |
getContentType()
Gets the value of the contentType property.
|
Integer |
getElementPages()
Gets the value of the elementPages property.
|
Double |
getRelativeBox()
Gets the value of the relativeBox property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setElementPages(Integer value)
Sets the value of the elementPages property.
|
void |
setRelativeBox(Double value)
Sets the value of the relativeBox property.
|
protected String contentType
protected Double relativeBox
protected Integer elementPages
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic List<Object> getContentDataRefs()
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 contentDataRefs property.
For example, to add a new item, do as follows:
getContentDataRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public Double getRelativeBox()
Doublepublic void setRelativeBox(Double value)
value - allowed object is
Doublepublic Integer getElementPages()
IntegerCopyright © 2012. All Rights Reserved.