Class CTSeriesElementVisibilities

java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTSeriesElementVisibilities
All Implemented Interfaces:
Child

public class CTSeriesElementVisibilities
extends java.lang.Object
implements Child

Java class for CT_SeriesElementVisibilities complex type.

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

 <complexType name="CT_SeriesElementVisibilities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="connectorLines" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="meanLine" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="meanMarker" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="nonoutliers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="outliers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Boolean connectorLines  
    protected java.lang.Boolean meanLine  
    protected java.lang.Boolean meanMarker  
    protected java.lang.Boolean nonoutliers  
    protected java.lang.Boolean outliers  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTSeriesElementVisibilities()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.Boolean isConnectorLines()
    Gets the value of the connectorLines property.
    java.lang.Boolean isMeanLine()
    Gets the value of the meanLine property.
    java.lang.Boolean isMeanMarker()
    Gets the value of the meanMarker property.
    java.lang.Boolean isNonoutliers()
    Gets the value of the nonoutliers property.
    java.lang.Boolean isOutliers()
    Gets the value of the outliers property.
    void setConnectorLines​(java.lang.Boolean value)
    Sets the value of the connectorLines property.
    void setMeanLine​(java.lang.Boolean value)
    Sets the value of the meanLine property.
    void setMeanMarker​(java.lang.Boolean value)
    Sets the value of the meanMarker property.
    void setNonoutliers​(java.lang.Boolean value)
    Sets the value of the nonoutliers property.
    void setOutliers​(java.lang.Boolean value)
    Sets the value of the outliers property.
    void setParent​(java.lang.Object parent)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • connectorLines

      protected java.lang.Boolean connectorLines
    • meanLine

      protected java.lang.Boolean meanLine
    • meanMarker

      protected java.lang.Boolean meanMarker
    • nonoutliers

      protected java.lang.Boolean nonoutliers
    • outliers

      protected java.lang.Boolean outliers
  • Constructor Details

  • Method Details

    • isConnectorLines

      public java.lang.Boolean isConnectorLines()
      Gets the value of the connectorLines property.
      Returns:
      possible object is Boolean
    • setConnectorLines

      public void setConnectorLines​(java.lang.Boolean value)
      Sets the value of the connectorLines property.
      Parameters:
      value - allowed object is Boolean
    • isMeanLine

      public java.lang.Boolean isMeanLine()
      Gets the value of the meanLine property.
      Returns:
      possible object is Boolean
    • setMeanLine

      public void setMeanLine​(java.lang.Boolean value)
      Sets the value of the meanLine property.
      Parameters:
      value - allowed object is Boolean
    • isMeanMarker

      public java.lang.Boolean isMeanMarker()
      Gets the value of the meanMarker property.
      Returns:
      possible object is Boolean
    • setMeanMarker

      public void setMeanMarker​(java.lang.Boolean value)
      Sets the value of the meanMarker property.
      Parameters:
      value - allowed object is Boolean
    • isNonoutliers

      public java.lang.Boolean isNonoutliers()
      Gets the value of the nonoutliers property.
      Returns:
      possible object is Boolean
    • setNonoutliers

      public void setNonoutliers​(java.lang.Boolean value)
      Sets the value of the nonoutliers property.
      Parameters:
      value - allowed object is Boolean
    • isOutliers

      public java.lang.Boolean isOutliers()
      Gets the value of the outliers property.
      Returns:
      possible object is Boolean
    • setOutliers

      public void setOutliers​(java.lang.Boolean value)
      Sets the value of the outliers property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.