Class OutlineType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.OutlineType
-
- All Implemented Interfaces:
ParameterInterface
public class OutlineType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The outline operation element can be used to change the outline in the document.</p>
Java class for OutlineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutlineType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType"> <choice> <element name="add"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="item" type="{http://schema.webpdf.de/1.0/operation}ItemType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="remove"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="item" type="{http://schema.webpdf.de/1.0/operation}ItemReferenceType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="clear" type="{http://schema.webpdf.de/1.0/operation}ClearType"/> </choice> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOutlineType.AddJava class for anonymous complex type.static classOutlineType.RemoveJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected OutlineType.Addaddprotected ClearTypeclearprotected OutlineType.Removeremove
-
Constructor Summary
Constructors Constructor Description OutlineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutlineType.AddgetAdd()Gets the value of the add property.ClearTypegetClear()Gets the value of the clear property.OutlineType.RemovegetRemove()Gets the value of the remove property.booleanisSetAdd()booleanisSetClear()booleanisSetRemove()voidsetAdd(OutlineType.Add value)Sets the value of the add property.voidsetClear(ClearType value)Sets the value of the clear property.voidsetRemove(OutlineType.Remove value)Sets the value of the remove property.
-
-
-
Field Detail
-
add
protected OutlineType.Add add
-
remove
protected OutlineType.Remove remove
-
clear
protected ClearType clear
-
-
Method Detail
-
getAdd
public OutlineType.Add getAdd()
Gets the value of the add property.- Returns:
- possible object is
OutlineType.Add
-
setAdd
public void setAdd(OutlineType.Add value)
Sets the value of the add property.- Parameters:
value- allowed object isOutlineType.Add
-
isSetAdd
public boolean isSetAdd()
-
getRemove
public OutlineType.Remove getRemove()
Gets the value of the remove property.- Returns:
- possible object is
OutlineType.Remove
-
setRemove
public void setRemove(OutlineType.Remove value)
Sets the value of the remove property.- Parameters:
value- allowed object isOutlineType.Remove
-
isSetRemove
public boolean isSetRemove()
-
getClear
public ClearType getClear()
Gets the value of the clear property.- Returns:
- possible object is
ClearType
-
setClear
public void setClear(ClearType value)
Sets the value of the clear property.- Parameters:
value- allowed object isClearType
-
isSetClear
public boolean isSetClear()
-
-