public class OCGControl 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">
<attribute name="IncludeOCG" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OCGName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
includeOCG |
protected String |
ocgName |
| Constructor and Description |
|---|
OCGControl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIncludeOCG()
Gets the value of the includeOCG property.
|
String |
getOCGName()
Gets the value of the ocgName property.
|
void |
setIncludeOCG(Boolean value)
Sets the value of the includeOCG property.
|
void |
setOCGName(String value)
Sets the value of the ocgName property.
|
public Boolean getIncludeOCG()
Booleanpublic void setIncludeOCG(Boolean value)
value - allowed object is
Booleanpublic String getOCGName()
StringCopyright © 2012. All Rights Reserved.