Class RubberStampAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- net.webpdf.wsclient.schema.operation.RubberStampAnnotationType
-
public class RubberStampAnnotationType extends BaseAnnotationType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation that either uses an custom image or text as a stamp, or that adds a prepared "named" stamp to the page.</p>
Java class for RubberStampAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RubberStampAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType"> <all> <element name="position" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element name="rectangle" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="normalAppearance" type="{http://schema.webpdf.de/1.0/operation}AppearanceSourceType" minOccurs="0"/> </all> <attribute name="icon" type="{http://schema.webpdf.de/1.0/operation}RubberStampIconType" default="draft" /> <attribute name="appearanceGeneration" type="{http://schema.webpdf.de/1.0/operation}AppearanceGenerationType" default="nonStandard" /> <attribute name="customIconName" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRubberStampAnnotationType.PositionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AppearanceGenerationTypeappearanceGenerationprotected StringcustomIconNameprotected RubberStampIconTypeiconprotected AppearanceSourceTypenormalAppearanceprotected RubberStampAnnotationType.Positionposition
-
Constructor Summary
Constructors Constructor Description RubberStampAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppearanceGenerationTypegetAppearanceGeneration()Gets the value of the appearanceGeneration property.StringgetCustomIconName()Gets the value of the customIconName property.RubberStampIconTypegetIcon()Gets the value of the icon property.AppearanceSourceTypegetNormalAppearance()Gets the value of the normalAppearance property.RubberStampAnnotationType.PositiongetPosition()Gets the value of the position property.booleanisSetAppearanceGeneration()booleanisSetCustomIconName()booleanisSetIcon()booleanisSetNormalAppearance()booleanisSetPosition()voidsetAppearanceGeneration(AppearanceGenerationType value)Sets the value of the appearanceGeneration property.voidsetCustomIconName(String value)Sets the value of the customIconName property.voidsetIcon(RubberStampIconType value)Sets the value of the icon property.voidsetNormalAppearance(AppearanceSourceType value)Sets the value of the normalAppearance property.voidsetPosition(RubberStampAnnotationType.Position value)Sets the value of the position property.-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseAnnotationType
getColor, getContents, getCreator, getIntents, getName, getOpacity, getPage, getSubject, isHidden, isInvisible, isLocked, isPrintable, isRotatable, isSetColor, isSetContents, isSetCreator, isSetHidden, isSetIntents, isSetInvisible, isSetLocked, isSetName, isSetOpacity, isSetPage, isSetPrintable, isSetRotatable, isSetSubject, isSetViewable, isSetWritable, isSetZoomable, isViewable, isWritable, isZoomable, setColor, setContents, setCreator, setHidden, setIntents, setInvisible, setLocked, setName, setOpacity, setPage, setPrintable, setRotatable, setSubject, setViewable, setWritable, setZoomable, unsetHidden, unsetInvisible, unsetLocked, unsetOpacity, unsetPage, unsetPrintable, unsetRotatable, unsetViewable, unsetWritable, unsetZoomable
-
-
-
-
Field Detail
-
position
protected RubberStampAnnotationType.Position position
-
normalAppearance
protected AppearanceSourceType normalAppearance
-
icon
protected RubberStampIconType icon
-
appearanceGeneration
protected AppearanceGenerationType appearanceGeneration
-
customIconName
protected String customIconName
-
-
Method Detail
-
getPosition
public RubberStampAnnotationType.Position getPosition()
Gets the value of the position property.- Returns:
- possible object is
RubberStampAnnotationType.Position
-
setPosition
public void setPosition(RubberStampAnnotationType.Position value)
Sets the value of the position property.- Parameters:
value- allowed object isRubberStampAnnotationType.Position
-
isSetPosition
public boolean isSetPosition()
-
getNormalAppearance
public AppearanceSourceType getNormalAppearance()
Gets the value of the normalAppearance property.- Returns:
- possible object is
AppearanceSourceType
-
setNormalAppearance
public void setNormalAppearance(AppearanceSourceType value)
Sets the value of the normalAppearance property.- Parameters:
value- allowed object isAppearanceSourceType
-
isSetNormalAppearance
public boolean isSetNormalAppearance()
-
getIcon
public RubberStampIconType getIcon()
Gets the value of the icon property.- Returns:
- possible object is
RubberStampIconType
-
setIcon
public void setIcon(RubberStampIconType value)
Sets the value of the icon property.- Parameters:
value- allowed object isRubberStampIconType
-
isSetIcon
public boolean isSetIcon()
-
getAppearanceGeneration
public AppearanceGenerationType getAppearanceGeneration()
Gets the value of the appearanceGeneration property.- Returns:
- possible object is
AppearanceGenerationType
-
setAppearanceGeneration
public void setAppearanceGeneration(AppearanceGenerationType value)
Sets the value of the appearanceGeneration property.- Parameters:
value- allowed object isAppearanceGenerationType
-
isSetAppearanceGeneration
public boolean isSetAppearanceGeneration()
-
getCustomIconName
public String getCustomIconName()
Gets the value of the customIconName property.- Returns:
- possible object is
String
-
setCustomIconName
public void setCustomIconName(String value)
Sets the value of the customIconName property.- Parameters:
value- allowed object isString
-
isSetCustomIconName
public boolean isSetCustomIconName()
-
-