Class OptionsType.HeaderFooter.Add
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsType.HeaderFooter.Add
-
- Enclosing class:
- OptionsType.HeaderFooter
public static class OptionsType.HeaderFooter.Add 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="headerFooterContent" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected HeaderFooterTypeheaderFooterContent
-
Constructor Summary
Constructors Constructor Description Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderFooterTypegetHeaderFooterContent()Gets the value of the headerFooterContent property.booleanisSetHeaderFooterContent()voidsetHeaderFooterContent(HeaderFooterType value)Sets the value of the headerFooterContent property.
-
-
-
Field Detail
-
headerFooterContent
protected HeaderFooterType headerFooterContent
-
-
Method Detail
-
getHeaderFooterContent
public HeaderFooterType getHeaderFooterContent()
Gets the value of the headerFooterContent property.- Returns:
- possible object is
HeaderFooterType
-
setHeaderFooterContent
public void setHeaderFooterContent(HeaderFooterType value)
Sets the value of the headerFooterContent property.- Parameters:
value- allowed object isHeaderFooterType
-
isSetHeaderFooterContent
public boolean isSetHeaderFooterContent()
-
-