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>
     
    • 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 Jakarta XML Binding 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()
        Gets the value of the state property.
        Returns:
        possible object is OCGStateType
      • setState

        public void setState​(OCGStateType value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is OCGStateType
      • isSetState

        public boolean isSetState()