Class SignatureType.Clear
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureType.Clear
-
- Enclosing class:
- SignatureType
public static class SignatureType.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="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 booleanisFlatten()Gets the value of the flatten property.booleanisSetFlatten()voidsetFlatten(boolean value)Sets the value of the flatten property.voidunsetFlatten()
-
-
-
Field Detail
-
flatten
protected Boolean flatten
-
-
Method Detail
-
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()
-
-