Class OptionsType.HeaderFooter
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.HeaderFooter
-
- Enclosing class:
- OptionsType
public static class OptionsType.HeaderFooter extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="add"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="headerFooterContent" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="remove"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="headerFooterSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionHeaderFooterType"/> </choice> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOptionsType.HeaderFooter.AddJava class for anonymous complex type.static classOptionsType.HeaderFooter.RemoveJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected OptionsType.HeaderFooter.Addaddprotected OptionsType.HeaderFooter.Removeremove
-
Constructor Summary
Constructors Constructor Description HeaderFooter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionsType.HeaderFooter.AddgetAdd()Gets the value of the add property.OptionsType.HeaderFooter.RemovegetRemove()Gets the value of the remove property.booleanisSetAdd()booleanisSetRemove()voidsetAdd(OptionsType.HeaderFooter.Add value)Sets the value of the add property.voidsetRemove(OptionsType.HeaderFooter.Remove value)Sets the value of the remove property.
-
-
-
Field Detail
-
add
protected OptionsType.HeaderFooter.Add add
-
remove
protected OptionsType.HeaderFooter.Remove remove
-
-
Method Detail
-
getAdd
public OptionsType.HeaderFooter.Add getAdd()
Gets the value of the add property.- Returns:
- possible object is
OptionsType.HeaderFooter.Add
-
setAdd
public void setAdd(OptionsType.HeaderFooter.Add value)
Sets the value of the add property.- Parameters:
value- allowed object isOptionsType.HeaderFooter.Add
-
isSetAdd
public boolean isSetAdd()
-
getRemove
public OptionsType.HeaderFooter.Remove getRemove()
Gets the value of the remove property.- Returns:
- possible object is
OptionsType.HeaderFooter.Remove
-
setRemove
public void setRemove(OptionsType.HeaderFooter.Remove value)
Sets the value of the remove property.- Parameters:
value- allowed object isOptionsType.HeaderFooter.Remove
-
isSetRemove
public boolean isSetRemove()
-
-