public class PageElement
extends java.lang.Object
implements java.io.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 java.util.List<java.lang.Object> |
contentDataRefs |
protected java.lang.String |
contentType |
protected java.lang.Integer |
elementPages |
protected java.lang.Double |
relativeBox |
| Constructor and Description |
|---|
PageElement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getContentDataRefs()
Gets the value of the contentDataRefs property.
|
java.lang.String |
getContentType()
Gets the value of the contentType property.
|
java.lang.Integer |
getElementPages()
Gets the value of the elementPages property.
|
java.lang.Double |
getRelativeBox()
Gets the value of the relativeBox property.
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property.
|
void |
setElementPages(java.lang.Integer value)
Sets the value of the elementPages property.
|
void |
setRelativeBox(java.lang.Double value)
Sets the value of the relativeBox property.
|
protected java.lang.String contentType
protected java.util.List<java.lang.Object> contentDataRefs
protected java.lang.Double relativeBox
protected java.lang.Integer elementPages
public java.lang.String getContentType()
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.Double getRelativeBox()
Doublepublic void setRelativeBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getElementPages()
Integerpublic void setElementPages(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.