public class GoTo3DViewActionType extends ActionEventType
Java class for GoTo3DViewActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoTo3DViewActionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
<all>
<element name="annotation" type="{http://schema.webpdf.de/1.0/operation}AnnotationSelectionType"/>
</all>
<attribute name="index">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="relative" type="{http://schema.webpdf.de/1.0/operation}RelativeThreeDViewOperationType" default="Default" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationSelectionType |
annotation |
protected Integer |
index |
protected String |
name |
protected RelativeThreeDViewOperationType |
relative |
| Constructor and Description |
|---|
GoTo3DViewActionType() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationSelectionType |
getAnnotation()
Gets the value of the annotation property.
|
int |
getIndex()
Gets the value of the index property.
|
String |
getName()
Gets the value of the name property.
|
RelativeThreeDViewOperationType |
getRelative()
Gets the value of the relative property.
|
boolean |
isSetAnnotation() |
boolean |
isSetIndex() |
boolean |
isSetName() |
boolean |
isSetRelative() |
void |
setAnnotation(AnnotationSelectionType value)
Sets the value of the annotation property.
|
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRelative(RelativeThreeDViewOperationType value)
Sets the value of the relative property.
|
void |
unsetIndex() |
protected AnnotationSelectionType annotation
protected Integer index
protected String name
protected RelativeThreeDViewOperationType relative
public AnnotationSelectionType getAnnotation()
AnnotationSelectionTypepublic void setAnnotation(AnnotationSelectionType value)
value - allowed object is
AnnotationSelectionTypepublic boolean isSetAnnotation()
public int getIndex()
Integerpublic void setIndex(int value)
value - allowed object is
Integerpublic boolean isSetIndex()
public void unsetIndex()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public RelativeThreeDViewOperationType getRelative()
RelativeThreeDViewOperationTypepublic void setRelative(RelativeThreeDViewOperationType value)
value - allowed object is
RelativeThreeDViewOperationTypepublic boolean isSetRelative()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.