Class GoTo3DViewActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.GoTo3DViewActionType
-
public class GoTo3DViewActionType extends ActionEventType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When activated, the goTo3DView action will jump to a specific view of a 3D object (a 3D annotation).</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnotationSelectionTypeannotationprotected Integerindexprotected Stringnameprotected RelativeThreeDViewOperationTyperelative
-
Constructor Summary
Constructors Constructor Description GoTo3DViewActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationSelectionTypegetAnnotation()Gets the value of the annotation property.intgetIndex()Gets the value of the index property.StringgetName()Gets the value of the name property.RelativeThreeDViewOperationTypegetRelative()Gets the value of the relative property.booleanisSetAnnotation()booleanisSetIndex()booleanisSetName()booleanisSetRelative()voidsetAnnotation(AnnotationSelectionType value)Sets the value of the annotation property.voidsetIndex(int value)Sets the value of the index property.voidsetName(String value)Sets the value of the name property.voidsetRelative(RelativeThreeDViewOperationType value)Sets the value of the relative property.voidunsetIndex()
-
-
-
Field Detail
-
annotation
protected AnnotationSelectionType annotation
-
index
protected Integer index
-
name
protected String name
-
relative
protected RelativeThreeDViewOperationType relative
-
-
Method Detail
-
getAnnotation
public AnnotationSelectionType getAnnotation()
Gets the value of the annotation property.- Returns:
- possible object is
AnnotationSelectionType
-
setAnnotation
public void setAnnotation(AnnotationSelectionType value)
Sets the value of the annotation property.- Parameters:
value- allowed object isAnnotationSelectionType
-
isSetAnnotation
public boolean isSetAnnotation()
-
getIndex
public int getIndex()
Gets the value of the index property.- Returns:
- possible object is
Integer
-
setIndex
public void setIndex(int value)
Sets the value of the index property.- Parameters:
value- allowed object isInteger
-
isSetIndex
public boolean isSetIndex()
-
unsetIndex
public void unsetIndex()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
getRelative
public RelativeThreeDViewOperationType getRelative()
Gets the value of the relative property.- Returns:
- possible object is
RelativeThreeDViewOperationType
-
setRelative
public void setRelative(RelativeThreeDViewOperationType value)
Sets the value of the relative property.- Parameters:
value- allowed object isRelativeThreeDViewOperationType
-
isSetRelative
public boolean isSetRelative()
-
-