Class AnnotationType.Clear
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AnnotationType.Clear
-
- Enclosing class:
- AnnotationType
public static class AnnotationType.Clear 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"> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="flatten" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Clear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPages()Gets the value of the pages property.booleanisFlatten()Gets the value of the flatten property.booleanisSetFlatten()booleanisSetPages()voidsetFlatten(boolean value)Sets the value of the flatten property.voidsetPages(String value)Sets the value of the pages property.voidunsetFlatten()
-
-
-
Method Detail
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
isFlatten
public boolean isFlatten()
Gets the value of the flatten property.- Returns:
- possible object is
Boolean
-
setFlatten
public void setFlatten(boolean value)
Sets the value of the flatten property.- Parameters:
value- allowed object isBoolean
-
isSetFlatten
public boolean isSetFlatten()
-
unsetFlatten
public void unsetFlatten()
-
-