Class CTDataLabelVisibilities

java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTDataLabelVisibilities

public class CTDataLabelVisibilities extends Object

Java class for CT_DataLabelVisibilities complex type.

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

 <complexType name="CT_DataLabelVisibilities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="seriesName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="categoryName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • seriesName

      protected Boolean seriesName
    • categoryName

      protected Boolean categoryName
    • value

      protected Boolean value
  • Constructor Details

    • CTDataLabelVisibilities

      public CTDataLabelVisibilities()
  • Method Details

    • isSeriesName

      public Boolean isSeriesName()
      Gets the value of the seriesName property.
      Returns:
      possible object is Boolean
    • setSeriesName

      public void setSeriesName(Boolean value)
      Sets the value of the seriesName property.
      Parameters:
      value - allowed object is Boolean
    • isCategoryName

      public Boolean isCategoryName()
      Gets the value of the categoryName property.
      Returns:
      possible object is Boolean
    • setCategoryName

      public void setCategoryName(Boolean value)
      Sets the value of the categoryName property.
      Parameters:
      value - allowed object is Boolean
    • isValue

      public Boolean isValue()
      Gets the value of the value property.
      Returns:
      possible object is Boolean
    • setValue

      public void setValue(Boolean value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is Boolean