Class OCGSelectionType


  • public class OCGSelectionType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A "layerState" element can contain 1 to n "referencedLayer" elements that activate one document layer each.</p>
     

    Java class for OCGSelectionType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="OCGSelectionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • OCGSelectionType

        public OCGSelectionType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()