Class SetOCGStateActionType.LayerState

  • Enclosing class:
    SetOCGStateActionType

    public static class SetOCGStateActionType.LayerState
    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">
           <choice maxOccurs="unbounded">
             <element name="referencedLayer" type="{http://schema.webpdf.de/1.0/operation}OCGSelectionType"/>
           </choice>
           <attribute name="state" type="{http://schema.webpdf.de/1.0/operation}OCGStateType" default="ON" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • state

        protected OCGStateType state
         <?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">The status change that should be carried out upon activation.
                                                     <ul><li>ON = The layer(s) will be shown.</li><li>OFF = The layer(s) will be hidden.</li><li>Toggle = The layer visibility will be switched.</li></ul></p>
         
    • Constructor Detail

      • LayerState

        public LayerState()
    • Method Detail

      • getReferencedLayer

        public List<OCGSelectionType> getReferencedLayer()
        Gets the value of the referencedLayer property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the referencedLayer property.

        For example, to add a new item, do as follows:

         getReferencedLayer().add(newItem);
         

        Objects of the following type(s) are allowed in the list OCGSelectionType

        Returns:
        The value of the referencedLayer property.
      • isSetReferencedLayer

        public boolean isSetReferencedLayer()
      • unsetReferencedLayer

        public void unsetReferencedLayer()
      • getState

        public OCGStateType getState()
         <?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">The status change that should be carried out upon activation.
                                                     <ul><li>ON = The layer(s) will be shown.</li><li>OFF = The layer(s) will be hidden.</li><li>Toggle = The layer visibility will be switched.</li></ul></p>
         
        Returns:
        possible object is OCGStateType
      • isSetState

        public boolean isSetState()