public class Toc extends Object implements Serializable
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">
<sequence>
</sequence>
<attribute name="print" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Toc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrint()
Gets the value of the print property.
|
boolean |
isSetPrint() |
void |
setPrint(boolean value)
Sets the value of the print property.
|
void |
unsetPrint() |
protected Boolean print
public boolean isPrint()
Booleanpublic void setPrint(boolean value)
value - allowed object is
Booleanpublic boolean isSetPrint()
public void unsetPrint()
Copyright © 2023. All rights reserved.