public class ItemType extends ItemReferenceType
Java class for ItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ItemReferenceType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="goTo" type="{http://schema.webpdf.de/1.0/operation}GoToDestinationActionType"/>
<element name="launchApplication" type="{http://schema.webpdf.de/1.0/operation}LaunchApplicationActionType"/>
<element name="resolveURI" type="{http://schema.webpdf.de/1.0/operation}URIActionType"/>
<element name="playSound" type="{http://schema.webpdf.de/1.0/operation}SoundActionType"/>
<element name="hideAnnotation" type="{http://schema.webpdf.de/1.0/operation}HideActionType"/>
<element name="executeNamed" type="{http://schema.webpdf.de/1.0/operation}NamedActionType"/>
<element name="submitForm" type="{http://schema.webpdf.de/1.0/operation}SubmitFormActionType"/>
<element name="resetForm" type="{http://schema.webpdf.de/1.0/operation}ResetFormActionType"/>
<element name="importSchema" type="{http://schema.webpdf.de/1.0/operation}ImportDataActionType"/>
<element name="executeJavaScript" type="{http://schema.webpdf.de/1.0/operation}JavaScriptActionType"/>
<element name="setLayerState" type="{http://schema.webpdf.de/1.0/operation}SetOCGStateActionType"/>
<element name="setTransition" type="{http://schema.webpdf.de/1.0/operation}TransitionActionType"/>
<element name="goTo3DView" type="{http://schema.webpdf.de/1.0/operation}GoTo3DViewActionType"/>
<element name="goToThread" type="{http://schema.webpdf.de/1.0/operation}ThreadActionType"/>
</choice>
<attribute name="isOpen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="italic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="bold" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" />
<attribute name="pathPosition" type="{http://schema.webpdf.de/1.0/operation}AddPositionType" default="inplace" />
<attribute name="itemName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionEventType> |
actions |
protected Boolean |
bold |
protected String |
color |
protected Boolean |
isOpen |
protected Boolean |
italic |
protected String |
itemName |
protected AddPositionType |
pathPosition |
path| Constructor and Description |
|---|
ItemType() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionEventType> |
getActions()
Gets the value of the actions property.
|
String |
getColor()
Gets the value of the color property.
|
String |
getItemName()
Gets the value of the itemName property.
|
AddPositionType |
getPathPosition()
Gets the value of the pathPosition property.
|
boolean |
isBold()
Gets the value of the bold property.
|
boolean |
isIsOpen()
Gets the value of the isOpen property.
|
boolean |
isItalic()
Gets the value of the italic property.
|
boolean |
isSetActions() |
boolean |
isSetBold() |
boolean |
isSetColor() |
boolean |
isSetIsOpen() |
boolean |
isSetItalic() |
boolean |
isSetItemName() |
boolean |
isSetPathPosition() |
void |
setBold(boolean value)
Sets the value of the bold property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setIsOpen(boolean value)
Sets the value of the isOpen property.
|
void |
setItalic(boolean value)
Sets the value of the italic property.
|
void |
setItemName(String value)
Sets the value of the itemName property.
|
void |
setPathPosition(AddPositionType value)
Sets the value of the pathPosition property.
|
void |
unsetActions() |
void |
unsetBold() |
void |
unsetIsOpen() |
void |
unsetItalic() |
getPath, isSetPath, setPathprotected List<ActionEventType> actions
protected Boolean isOpen
protected Boolean italic
protected Boolean bold
protected String color
protected AddPositionType pathPosition
protected String itemName
public List<ActionEventType> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
GoToDestinationActionType
LaunchApplicationActionType
URIActionType
SoundActionType
HideActionType
NamedActionType
SubmitFormActionType
ResetFormActionType
ImportDataActionType
JavaScriptActionType
SetOCGStateActionType
TransitionActionType
GoTo3DViewActionType
ThreadActionType
public boolean isSetActions()
public void unsetActions()
public boolean isIsOpen()
Booleanpublic void setIsOpen(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsOpen()
public void unsetIsOpen()
public boolean isItalic()
Booleanpublic void setItalic(boolean value)
value - allowed object is
Booleanpublic boolean isSetItalic()
public void unsetItalic()
public boolean isBold()
Booleanpublic void setBold(boolean value)
value - allowed object is
Booleanpublic boolean isSetBold()
public void unsetBold()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
public AddPositionType getPathPosition()
AddPositionTypepublic void setPathPosition(AddPositionType value)
value - allowed object is
AddPositionTypepublic boolean isSetPathPosition()
public String getItemName()
Stringpublic void setItemName(String value)
value - allowed object is
Stringpublic boolean isSetItemName()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.