Package net.webpdf.wsclient.openapi
Class OperationGoToDestinationActionGoTo
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationGoToDestinationActionGoTo
-
public class OperationGoToDestinationActionGoTo extends Object
The goTo element jumps to a specific place (destination) in the document. The goTo Element represents a triggerable action. There can only be one single subelement. Each one of the specified subelements represents a known destination in the document that can be jumped to.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESTINATION
-
Constructor Summary
Constructors Constructor Description OperationGoToDestinationActionGoTo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationGoToDestinationActionGoTodestination(OperationDestinationEvent destination)booleanequals(Object o)@Nullable OperationDestinationEventgetDestination()Get destinationinthashCode()voidsetDestination(OperationDestinationEvent destination)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DESTINATION
public static final String JSON_PROPERTY_DESTINATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
destination
public OperationGoToDestinationActionGoTo destination(OperationDestinationEvent destination)
-
getDestination
@Nullable public @Nullable OperationDestinationEvent getDestination()
Get destination- Returns:
- destination
-
setDestination
public void setDestination(OperationDestinationEvent destination)
-
-