public class OCGControl
extends java.lang.Object
implements java.io.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 java.lang.Boolean |
includeOCG |
protected java.lang.String |
ocgName |
| Constructor and Description |
|---|
OCGControl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIncludeOCG()
Gets the value of the includeOCG property.
|
java.lang.String |
getOCGName()
Gets the value of the ocgName property.
|
void |
setIncludeOCG(java.lang.Boolean value)
Sets the value of the includeOCG property.
|
void |
setOCGName(java.lang.String value)
Sets the value of the ocgName property.
|
protected java.lang.Boolean includeOCG
protected java.lang.String ocgName
public java.lang.Boolean getIncludeOCG()
Booleanpublic void setIncludeOCG(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getOCGName()
Stringpublic void setOCGName(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.