Package net.webpdf.wsclient.openapi
Class OperationNamedDestinationGoToNamed
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationNamedDestinationGoToNamed
-
public class OperationNamedDestinationGoToNamed extends Object
The goToNamed element is used to specify a location within the document. It will jump to a specified and already defined place in the document (this element can only be used to reference the location, but not to define a new location).
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description OperationNamedDestinationGoToNamed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetName()The name of the location to which the jump will be.inthashCode()OperationNamedDestinationGoToNamedname(String name)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public OperationNamedDestinationGoToNamed name(String name)
-
getName
@Nullable public @Nullable String getName()
The name of the location to which the jump will be.- Returns:
- name
-
setName
public void setName(String name)
-
-