Class SimpleShapeAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- net.webpdf.wsclient.schema.operation.SimpleShapeAnnotationType
-
- Direct Known Subclasses:
CircleAnnotationType,SquareAnnotationType
public class SimpleShapeAnnotationType 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">A common base type for simple shape (currently circle and square) annotations.</p>
Java class for SimpleShapeAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleShapeAnnotationType"> <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="border" type="{http://schema.webpdf.de/1.0/operation}BorderType" minOccurs="0"/> </all> <attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" /> <attribute name="drawMode" type="{http://schema.webpdf.de/1.0/operation}DrawModeType" default="fillAndStroke" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleShapeAnnotationType.PositionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BorderTypeborderprotected DrawModeTypedrawModeprotected StringinteriorColorprotected SimpleShapeAnnotationType.Positionposition
-
Constructor Summary
Constructors Constructor Description SimpleShapeAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderTypegetBorder()Gets the value of the border property.DrawModeTypegetDrawMode()Gets the value of the drawMode property.StringgetInteriorColor()Gets the value of the interiorColor property.SimpleShapeAnnotationType.PositiongetPosition()Gets the value of the position property.booleanisSetBorder()booleanisSetDrawMode()booleanisSetInteriorColor()booleanisSetPosition()voidsetBorder(BorderType value)Sets the value of the border property.voidsetDrawMode(DrawModeType value)Sets the value of the drawMode property.voidsetInteriorColor(String value)Sets the value of the interiorColor property.voidsetPosition(SimpleShapeAnnotationType.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 SimpleShapeAnnotationType.Position position
-
border
protected BorderType border
-
interiorColor
protected String interiorColor
-
drawMode
protected DrawModeType drawMode
-
-
Method Detail
-
getPosition
public SimpleShapeAnnotationType.Position getPosition()
Gets the value of the position property.- Returns:
- possible object is
SimpleShapeAnnotationType.Position
-
setPosition
public void setPosition(SimpleShapeAnnotationType.Position value)
Sets the value of the position property.- Parameters:
value- allowed object isSimpleShapeAnnotationType.Position
-
isSetPosition
public boolean isSetPosition()
-
getBorder
public BorderType getBorder()
Gets the value of the border property.- Returns:
- possible object is
BorderType
-
setBorder
public void setBorder(BorderType value)
Sets the value of the border property.- Parameters:
value- allowed object isBorderType
-
isSetBorder
public boolean isSetBorder()
-
getInteriorColor
public String getInteriorColor()
Gets the value of the interiorColor property.- Returns:
- possible object is
String
-
setInteriorColor
public void setInteriorColor(String value)
Sets the value of the interiorColor property.- Parameters:
value- allowed object isString
-
isSetInteriorColor
public boolean isSetInteriorColor()
-
getDrawMode
public DrawModeType getDrawMode()
Gets the value of the drawMode property.- Returns:
- possible object is
DrawModeType
-
setDrawMode
public void setDrawMode(DrawModeType value)
Sets the value of the drawMode property.- Parameters:
value- allowed object isDrawModeType
-
isSetDrawMode
public boolean isSetDrawMode()
-
-