Class BorderType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BorderType
-
public class BorderType extends Object
<?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">Defines a border for a rendered geometrical element.</p>
Java class for BorderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BorderType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="borderWidth" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="borderStyle" type="{http://schema.webpdf.de/1.0/operation}BorderStyleType" default="solid" /> <attribute name="dashLength" default="3"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="gapLength" default="3"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BorderStyleTypeborderStyleprotected IntegerborderWidthprotected IntegerdashLengthprotected IntegergapLength
-
Constructor Summary
Constructors Constructor Description BorderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderStyleTypegetBorderStyle()Gets the value of the borderStyle property.intgetBorderWidth()Gets the value of the borderWidth property.intgetDashLength()Gets the value of the dashLength property.intgetGapLength()Gets the value of the gapLength property.booleanisSetBorderStyle()booleanisSetBorderWidth()booleanisSetDashLength()booleanisSetGapLength()voidsetBorderStyle(BorderStyleType value)Sets the value of the borderStyle property.voidsetBorderWidth(int value)Sets the value of the borderWidth property.voidsetDashLength(int value)Sets the value of the dashLength property.voidsetGapLength(int value)Sets the value of the gapLength property.voidunsetBorderWidth()voidunsetDashLength()voidunsetGapLength()
-
-
-
Field Detail
-
borderWidth
protected Integer borderWidth
-
borderStyle
protected BorderStyleType borderStyle
-
dashLength
protected Integer dashLength
-
gapLength
protected Integer gapLength
-
-
Method Detail
-
getBorderWidth
public int getBorderWidth()
Gets the value of the borderWidth property.- Returns:
- possible object is
Integer
-
setBorderWidth
public void setBorderWidth(int value)
Sets the value of the borderWidth property.- Parameters:
value- allowed object isInteger
-
isSetBorderWidth
public boolean isSetBorderWidth()
-
unsetBorderWidth
public void unsetBorderWidth()
-
getBorderStyle
public BorderStyleType getBorderStyle()
Gets the value of the borderStyle property.- Returns:
- possible object is
BorderStyleType
-
setBorderStyle
public void setBorderStyle(BorderStyleType value)
Sets the value of the borderStyle property.- Parameters:
value- allowed object isBorderStyleType
-
isSetBorderStyle
public boolean isSetBorderStyle()
-
getDashLength
public int getDashLength()
Gets the value of the dashLength property.- Returns:
- possible object is
Integer
-
setDashLength
public void setDashLength(int value)
Sets the value of the dashLength property.- Parameters:
value- allowed object isInteger
-
isSetDashLength
public boolean isSetDashLength()
-
unsetDashLength
public void unsetDashLength()
-
getGapLength
public int getGapLength()
Gets the value of the gapLength property.- Returns:
- possible object is
Integer
-
setGapLength
public void setGapLength(int value)
Sets the value of the gapLength property.- Parameters:
value- allowed object isInteger
-
isSetGapLength
public boolean isSetGapLength()
-
unsetGapLength
public void unsetGapLength()
-
-