From 3f7d718a67d7f2830b186557d200ecba00d8ac34 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Thu, 2 Apr 2020 22:37:45 +0000 Subject: [PATCH] Sonar Fixes - The diamond operator ("<>") should be used git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876064 13f79535-47bb-0310-9956-ffa450edef68 --- .../sl/draw/binding/CTAdjustHandleList.java | 23 +- .../poi/sl/draw/binding/CTColorMRU.java | 23 +- .../sl/draw/binding/CTConnectionSiteList.java | 23 +- .../poi/sl/draw/binding/CTGeomGuideList.java | 23 +- .../poi/sl/draw/binding/CTHslColor.java | 35 +- .../binding/CTOfficeArtExtensionList.java | 23 +- .../apache/poi/sl/draw/binding/CTPath2D.java | 63 +- .../draw/binding/CTPath2DCubicBezierTo.java | 23 +- .../poi/sl/draw/binding/CTPath2DList.java | 23 +- .../sl/draw/binding/CTPath2DQuadBezierTo.java | 23 +- .../poi/sl/draw/binding/CTPresetColor.java | 31 +- .../poi/sl/draw/binding/CTSRgbColor.java | 31 +- .../poi/sl/draw/binding/CTScRgbColor.java | 35 +- .../poi/sl/draw/binding/CTSchemeColor.java | 31 +- .../poi/sl/draw/binding/CTSystemColor.java | 39 +- .../poi/sl/draw/binding/ObjectFactory.java | 805 +++++++++--------- .../poi/xddf/usermodel/BlackWhiteMode.java | 2 +- .../poi/xddf/usermodel/CompoundLine.java | 2 +- .../apache/poi/xddf/usermodel/LineCap.java | 2 +- .../poi/xddf/usermodel/LineEndLength.java | 2 +- .../poi/xddf/usermodel/LineEndType.java | 2 +- .../poi/xddf/usermodel/LineEndWidth.java | 2 +- .../poi/xddf/usermodel/PathShadeType.java | 2 +- .../poi/xddf/usermodel/PenAlignment.java | 2 +- .../poi/xddf/usermodel/PresetColor.java | 2 +- .../poi/xddf/usermodel/PresetGeometry.java | 2 +- .../poi/xddf/usermodel/PresetLineDash.java | 2 +- .../poi/xddf/usermodel/PresetPattern.java | 2 +- .../xddf/usermodel/RectangleAlignment.java | 2 +- .../poi/xddf/usermodel/SchemeColor.java | 2 +- .../poi/xddf/usermodel/SystemColor.java | 2 +- .../poi/xddf/usermodel/TileFlipMode.java | 2 +- .../usermodel/chart/AxisCrossBetween.java | 2 +- .../poi/xddf/usermodel/chart/AxisCrosses.java | 2 +- .../usermodel/chart/AxisLabelAlignment.java | 2 +- .../xddf/usermodel/chart/AxisOrientation.java | 2 +- .../xddf/usermodel/chart/AxisPosition.java | 2 +- .../chart/AxisTickLabelPosition.java | 2 +- .../xddf/usermodel/chart/AxisTickMark.java | 2 +- .../xddf/usermodel/chart/BarDirection.java | 2 +- .../poi/xddf/usermodel/chart/BarGrouping.java | 2 +- .../poi/xddf/usermodel/chart/LayoutMode.java | 2 +- .../xddf/usermodel/chart/LayoutTarget.java | 2 +- .../xddf/usermodel/chart/LegendPosition.java | 2 +- .../poi/xddf/usermodel/chart/MarkerStyle.java | 2 +- .../poi/xddf/usermodel/chart/RadarStyle.java | 2 +- .../xddf/usermodel/chart/ScatterStyle.java | 2 +- .../poi/xddf/usermodel/text/AnchorType.java | 2 +- .../xddf/usermodel/text/AutonumberScheme.java | 2 +- .../poi/xddf/usermodel/text/CapsType.java | 2 +- .../xddf/usermodel/text/FontAlignment.java | 2 +- .../poi/xddf/usermodel/text/StrikeType.java | 2 +- .../poi/xddf/usermodel/text/TabAlignment.java | 2 +- .../xddf/usermodel/text/TextAlignment.java | 2 +- .../xddf/usermodel/text/UnderlineType.java | 2 +- .../usermodel/charts/XSSFLineChartData.java | 6 +- .../charts/XSSFScatterChartData.java | 6 +- .../usermodel/FootnoteEndnoteIdManager.java | 10 +- .../poi/xwpf/usermodel/XWPFEndnotes.java | 2 +- .../poi/xwpf/usermodel/XWPFFootnotes.java | 2 +- 60 files changed, 683 insertions(+), 675 deletions(-) diff --git a/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java b/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java index dc19180db5..9e62a41d83 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; @@ -28,9 +29,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_AdjustHandleList complex type. - * + * *

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

  * <complexType name="CT_AdjustHandleList">
  *   <complexContent>
@@ -43,8 +44,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_AdjustHandleList", propOrder = { @@ -60,30 +61,30 @@ public class CTAdjustHandleList { /** * Gets the value of the ahXYOrAhPolar 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 ahXYOrAhPolar property. - * + * *

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

      *    getAhXYOrAhPolar().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTXYAdjustHandle } * {@link CTPolarAdjustHandle } - * - * + * + * */ public List getAhXYOrAhPolar() { if (ahXYOrAhPolar == null) { - ahXYOrAhPolar = new ArrayList(); + ahXYOrAhPolar = new ArrayList<>(); } return this.ahXYOrAhPolar; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java b/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java index cf4c38fe64..efcc1e25dc 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTColorMRU.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; @@ -28,9 +29,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_ColorMRU complex type. - * + * *

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

  * <complexType name="CT_ColorMRU">
  *   <complexContent>
@@ -42,8 +43,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_ColorMRU", propOrder = { @@ -63,20 +64,20 @@ public class CTColorMRU { /** * Gets the value of the egColorChoice 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 egColorChoice property. - * + * *

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

      *    getEGColorChoice().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTScRgbColor } @@ -85,12 +86,12 @@ public class CTColorMRU { * {@link CTSystemColor } * {@link CTSchemeColor } * {@link CTPresetColor } - * - * + * + * */ public List getEGColorChoice() { if (egColorChoice == null) { - egColorChoice = new ArrayList(); + egColorChoice = new ArrayList<>(); } return this.egColorChoice; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java b/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java index b055e9719f..6669ac2e6d 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; @@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_ConnectionSiteList complex type. - * + * *

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

  * <complexType name="CT_ConnectionSiteList">
  *   <complexContent>
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_ConnectionSiteList", propOrder = { @@ -53,29 +54,29 @@ public class CTConnectionSiteList { /** * Gets the value of the cxn 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 cxn property. - * + * *

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

      *    getCxn().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTConnectionSite } - * - * + * + * */ public List getCxn() { if (cxn == null) { - cxn = new ArrayList(); + cxn = new ArrayList<>(); } return this.cxn; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java b/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java index 2863f4ea6e..1ecd828009 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTGeomGuideList.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; @@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_GeomGuideList complex type. - * + * *

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

  * <complexType name="CT_GeomGuideList">
  *   <complexContent>
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_GeomGuideList", propOrder = { @@ -53,29 +54,29 @@ public class CTGeomGuideList { /** * Gets the value of the gd 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 gd property. - * + * *

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

      *    getGd().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTGeomGuide } - * - * + * + * */ public List getGd() { if (gd == null) { - gd = new ArrayList(); + gd = new ArrayList<>(); } return this.gd; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java b/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java index ef1006c5e6..6aa3d58e79 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTHslColor.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_HslColor complex type. - * + * *

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

  * <complexType name="CT_HslColor">
  *   <complexContent>
@@ -47,8 +48,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_HslColor", propOrder = { @@ -96,20 +97,20 @@ public class CTHslColor { /** * Gets the value of the egColorTransform 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 egColorTransform property. - * + * *

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

      *    getEGColorTransform().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} @@ -140,12 +141,12 @@ public class CTHslColor { * {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} - * - * + * + * */ public List> getEGColorTransform() { if (egColorTransform == null) { - egColorTransform = new ArrayList>(); + egColorTransform = new ArrayList<>(); } return this.egColorTransform; } @@ -160,7 +161,7 @@ public class CTHslColor { /** * Gets the value of the hue property. - * + * */ public int getHue() { return hue; @@ -168,7 +169,7 @@ public class CTHslColor { /** * Sets the value of the hue property. - * + * */ public void setHue(int value) { this.hue = value; @@ -180,7 +181,7 @@ public class CTHslColor { /** * Gets the value of the sat property. - * + * */ public int getSat() { return sat; @@ -188,7 +189,7 @@ public class CTHslColor { /** * Sets the value of the sat property. - * + * */ public void setSat(int value) { this.sat = value; @@ -200,7 +201,7 @@ public class CTHslColor { /** * Gets the value of the lum property. - * + * */ public int getLum() { return lum; @@ -208,7 +209,7 @@ public class CTHslColor { /** * Sets the value of the lum property. - * + * */ public void setLum(int value) { this.lum = value; diff --git a/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java b/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java index c0de94dbbf..f94af48e6d 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTOfficeArtExtensionList.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; @@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_OfficeArtExtensionList complex type. - * + * *

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

  * <complexType name="CT_OfficeArtExtensionList">
  *   <complexContent>
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_OfficeArtExtensionList", propOrder = { @@ -53,29 +54,29 @@ public class CTOfficeArtExtensionList { /** * Gets the value of the ext 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 ext property. - * + * *

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

      *    getExt().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTOfficeArtExtension } - * - * + * + * */ public List getExt() { if (ext == null) { - ext = new ArrayList(); + ext = new ArrayList<>(); } return this.ext; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java b/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java index 3556f34ed6..a7bea25728 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTPath2D.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; @@ -29,9 +30,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_Path2D complex type. - * + * *

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

  * <complexType name="CT_Path2D">
  *   <complexContent>
@@ -53,8 +54,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_Path2D", propOrder = { @@ -84,20 +85,20 @@ public class CTPath2D { /** * Gets the value of the closeOrMoveToOrLnTo 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 closeOrMoveToOrLnTo property. - * + * *

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

      *    getCloseOrMoveToOrLnTo().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTPath2DClose } @@ -106,12 +107,12 @@ public class CTPath2D { * {@link CTPath2DArcTo } * {@link CTPath2DQuadBezierTo } * {@link CTPath2DCubicBezierTo } - * - * + * + * */ public List getCloseOrMoveToOrLnTo() { if (closeOrMoveToOrLnTo == null) { - closeOrMoveToOrLnTo = new ArrayList(); + closeOrMoveToOrLnTo = new ArrayList<>(); } return this.closeOrMoveToOrLnTo; } @@ -126,11 +127,11 @@ public class CTPath2D { /** * Gets the value of the w property. - * + * * @return * possible object is * {@link Long } - * + * */ public long getW() { if (w == null) { @@ -142,11 +143,11 @@ public class CTPath2D { /** * Sets the value of the w property. - * + * * @param value * allowed object is * {@link Long } - * + * */ public void setW(long value) { this.w = value; @@ -162,11 +163,11 @@ public class CTPath2D { /** * Gets the value of the h property. - * + * * @return * possible object is * {@link Long } - * + * */ public long getH() { if (h == null) { @@ -178,11 +179,11 @@ public class CTPath2D { /** * Sets the value of the h property. - * + * * @param value * allowed object is * {@link Long } - * + * */ public void setH(long value) { this.h = value; @@ -198,11 +199,11 @@ public class CTPath2D { /** * Gets the value of the fill property. - * + * * @return * possible object is * {@link STPathFillMode } - * + * */ public STPathFillMode getFill() { if (fill == null) { @@ -214,11 +215,11 @@ public class CTPath2D { /** * Sets the value of the fill property. - * + * * @param value * allowed object is * {@link STPathFillMode } - * + * */ public void setFill(STPathFillMode value) { this.fill = value; @@ -230,11 +231,11 @@ public class CTPath2D { /** * Gets the value of the stroke property. - * + * * @return * possible object is * {@link Boolean } - * + * */ public boolean isStroke() { if (stroke == null) { @@ -246,11 +247,11 @@ public class CTPath2D { /** * Sets the value of the stroke property. - * + * * @param value * allowed object is * {@link Boolean } - * + * */ public void setStroke(boolean value) { this.stroke = value; @@ -266,11 +267,11 @@ public class CTPath2D { /** * Gets the value of the extrusionOk property. - * + * * @return * possible object is * {@link Boolean } - * + * */ public boolean isExtrusionOk() { if (extrusionOk == null) { @@ -282,11 +283,11 @@ public class CTPath2D { /** * Sets the value of the extrusionOk property. - * + * * @param value * allowed object is * {@link Boolean } - * + * */ public void setExtrusionOk(boolean value) { this.extrusionOk = value; diff --git a/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java b/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java index 6a79fa6b90..35ed18a1c4 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTPath2DCubicBezierTo.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; @@ -27,9 +28,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_Path2DCubicBezierTo complex type. - * + * *

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

  * <complexType name="CT_Path2DCubicBezierTo">
  *   <complexContent>
@@ -41,8 +42,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_Path2DCubicBezierTo", propOrder = { @@ -55,29 +56,29 @@ public class CTPath2DCubicBezierTo { /** * Gets the value of the pt 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 pt property. - * + * *

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

      *    getPt().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTAdjPoint2D } - * - * + * + * */ public List getPt() { if (pt == null) { - pt = new ArrayList(); + pt = new ArrayList<>(); } return this.pt; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java b/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java index 617e8c430f..a63d4a5e41 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTPath2DList.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; @@ -26,9 +27,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_Path2DList complex type. - * + * *

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

  * <complexType name="CT_Path2DList">
  *   <complexContent>
@@ -40,8 +41,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_Path2DList", propOrder = { @@ -53,29 +54,29 @@ public class CTPath2DList { /** * Gets the value of the path 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 path property. - * + * *

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

      *    getPath().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTPath2D } - * - * + * + * */ public List getPath() { if (path == null) { - path = new ArrayList(); + path = new ArrayList<>(); } return this.path; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java b/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java index 1db91d6644..812d72df8e 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTPath2DQuadBezierTo.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; @@ -27,9 +28,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_Path2DQuadBezierTo complex type. - * + * *

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

  * <complexType name="CT_Path2DQuadBezierTo">
  *   <complexContent>
@@ -41,8 +42,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_Path2DQuadBezierTo", propOrder = { @@ -55,29 +56,29 @@ public class CTPath2DQuadBezierTo { /** * Gets the value of the pt 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 pt property. - * + * *

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

      *    getPt().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link CTAdjPoint2D } - * - * + * + * */ public List getPt() { if (pt == null) { - pt = new ArrayList(); + pt = new ArrayList<>(); } return this.pt; } diff --git a/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java b/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java index 4482f858c2..246c6a2cd9 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTPresetColor.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_PresetColor complex type. - * + * *

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

  * <complexType name="CT_PresetColor">
  *   <complexContent>
@@ -45,8 +46,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_PresetColor", propOrder = { @@ -90,20 +91,20 @@ public class CTPresetColor { /** * Gets the value of the egColorTransform 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 egColorTransform property. - * + * *

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

      *    getEGColorTransform().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} @@ -134,12 +135,12 @@ public class CTPresetColor { * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} - * - * + * + * */ public List> getEGColorTransform() { if (egColorTransform == null) { - egColorTransform = new ArrayList>(); + egColorTransform = new ArrayList<>(); } return this.egColorTransform; } @@ -154,11 +155,11 @@ public class CTPresetColor { /** * Gets the value of the val property. - * + * * @return * possible object is * {@link STPresetColorVal } - * + * */ public STPresetColorVal getVal() { return val; @@ -166,11 +167,11 @@ public class CTPresetColor { /** * Sets the value of the val property. - * + * * @param value * allowed object is * {@link STPresetColorVal } - * + * */ public void setVal(STPresetColorVal value) { this.val = value; diff --git a/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java b/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java index d38c1e1765..64555df0c1 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTSRgbColor.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -32,9 +33,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** *

Java class for CT_SRgbColor complex type. - * + * *

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

  * <complexType name="CT_SRgbColor">
  *   <complexContent>
@@ -47,8 +48,8 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_SRgbColor", propOrder = { @@ -93,20 +94,20 @@ public class CTSRgbColor { /** * Gets the value of the egColorTransform 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 egColorTransform property. - * + * *

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

      *    getEGColorTransform().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} @@ -137,12 +138,12 @@ public class CTSRgbColor { * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} - * - * + * + * */ public List> getEGColorTransform() { if (egColorTransform == null) { - egColorTransform = new ArrayList>(); + egColorTransform = new ArrayList<>(); } return this.egColorTransform; } @@ -157,11 +158,11 @@ public class CTSRgbColor { /** * Gets the value of the val property. - * + * * @return * possible object is * {@link String } - * + * */ public byte[] getVal() { return val; @@ -169,11 +170,11 @@ public class CTSRgbColor { /** * Sets the value of the val property. - * + * * @param value * allowed object is * {@link String } - * + * */ public void setVal(byte[] value) { this.val = value; diff --git a/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java b/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java index 3fd428d71b..7cdc926075 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTScRgbColor.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_ScRgbColor complex type. - * + * *

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

  * <complexType name="CT_ScRgbColor">
  *   <complexContent>
@@ -47,8 +48,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_ScRgbColor", propOrder = { @@ -96,20 +97,20 @@ public class CTScRgbColor { /** * Gets the value of the egColorTransform 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 egColorTransform property. - * + * *

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

      *    getEGColorTransform().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >} @@ -140,12 +141,12 @@ public class CTScRgbColor { * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} - * - * + * + * */ public List> getEGColorTransform() { if (egColorTransform == null) { - egColorTransform = new ArrayList>(); + egColorTransform = new ArrayList<>(); } return this.egColorTransform; } @@ -160,7 +161,7 @@ public class CTScRgbColor { /** * Gets the value of the r property. - * + * */ public int getR() { return r; @@ -168,7 +169,7 @@ public class CTScRgbColor { /** * Sets the value of the r property. - * + * */ public void setR(int value) { this.r = value; @@ -180,7 +181,7 @@ public class CTScRgbColor { /** * Gets the value of the g property. - * + * */ public int getG() { return g; @@ -188,7 +189,7 @@ public class CTScRgbColor { /** * Sets the value of the g property. - * + * */ public void setG(int value) { this.g = value; @@ -200,7 +201,7 @@ public class CTScRgbColor { /** * Gets the value of the b property. - * + * */ public int getB() { return b; @@ -208,7 +209,7 @@ public class CTScRgbColor { /** * Sets the value of the b property. - * + * */ public void setB(int value) { this.b = value; diff --git a/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java b/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java index a08a8a21e4..0de9165f22 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTSchemeColor.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -30,9 +31,9 @@ import javax.xml.bind.annotation.XmlType; /** *

Java class for CT_SchemeColor complex type. - * + * *

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

  * <complexType name="CT_SchemeColor">
  *   <complexContent>
@@ -45,8 +46,8 @@ import javax.xml.bind.annotation.XmlType;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_SchemeColor", propOrder = { @@ -90,20 +91,20 @@ public class CTSchemeColor { /** * Gets the value of the egColorTransform 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 egColorTransform property. - * + * *

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

      *    getEGColorTransform().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} @@ -134,12 +135,12 @@ public class CTSchemeColor { * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} - * - * + * + * */ public List> getEGColorTransform() { if (egColorTransform == null) { - egColorTransform = new ArrayList>(); + egColorTransform = new ArrayList<>(); } return this.egColorTransform; } @@ -154,11 +155,11 @@ public class CTSchemeColor { /** * Gets the value of the val property. - * + * * @return * possible object is * {@link STSchemeColorVal } - * + * */ public STSchemeColorVal getVal() { return val; @@ -166,11 +167,11 @@ public class CTSchemeColor { /** * Sets the value of the val property. - * + * * @param value * allowed object is * {@link STSchemeColorVal } - * + * */ public void setVal(STSchemeColorVal value) { this.val = value; diff --git a/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java b/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java index a5df8aa4aa..88bb0113f8 100644 --- a/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java +++ b/src/java/org/apache/poi/sl/draw/binding/CTSystemColor.java @@ -19,6 +19,7 @@ package org.apache.poi.sl.draw.binding; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -33,9 +34,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** *

Java class for CT_SystemColor complex type. - * + * *

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

  * <complexType name="CT_SystemColor">
  *   <complexContent>
@@ -49,8 +50,8 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CT_SystemColor", propOrder = { @@ -98,20 +99,20 @@ public class CTSystemColor { /** * Gets the value of the egColorTransform 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 egColorTransform property. - * + * *

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

      *    getEGColorTransform().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} @@ -142,12 +143,12 @@ public class CTSystemColor { * {@link JAXBElement }{@code <}{@link CTPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >} * {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >} - * - * + * + * */ public List> getEGColorTransform() { if (egColorTransform == null) { - egColorTransform = new ArrayList>(); + egColorTransform = new ArrayList<>(); } return this.egColorTransform; } @@ -162,11 +163,11 @@ public class CTSystemColor { /** * Gets the value of the val property. - * + * * @return * possible object is * {@link String } - * + * */ public String getVal() { return val; @@ -174,11 +175,11 @@ public class CTSystemColor { /** * Sets the value of the val property. - * + * * @param value * allowed object is * {@link String } - * + * */ public void setVal(String value) { this.val = value; @@ -190,11 +191,11 @@ public class CTSystemColor { /** * Gets the value of the lastClr property. - * + * * @return * possible object is * {@link String } - * + * */ public byte[] getLastClr() { return lastClr; @@ -202,11 +203,11 @@ public class CTSystemColor { /** * Sets the value of the lastClr property. - * + * * @param value * allowed object is * {@link String } - * + * */ public void setLastClr(byte[] value) { this.lastClr = value; diff --git a/src/java/org/apache/poi/sl/draw/binding/ObjectFactory.java b/src/java/org/apache/poi/sl/draw/binding/ObjectFactory.java index 78366b3673..fc244e9597 100644 --- a/src/java/org/apache/poi/sl/draw/binding/ObjectFactory.java +++ b/src/java/org/apache/poi/sl/draw/binding/ObjectFactory.java @@ -24,19 +24,20 @@ import javax.xml.namespace.QName; /** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the org.apache.poi.sl.draw.binding package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the org.apache.poi.sl.draw.binding package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are * provided in this class. - * + * */ +@SuppressWarnings("unused") @XmlRegistry public class ObjectFactory { @@ -71,14 +72,14 @@ public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.poi.sl.draw.binding - * + * */ public ObjectFactory() { } /** * Create an instance of {@link CTPath2DArcTo } - * + * */ public CTPath2DArcTo createCTPath2DArcTo() { return new CTPath2DArcTo(); @@ -86,7 +87,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTAdjPoint2D } - * + * */ public CTAdjPoint2D createCTAdjPoint2D() { return new CTAdjPoint2D(); @@ -94,7 +95,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTColorMRU } - * + * */ public CTColorMRU createCTColorMRU() { return new CTColorMRU(); @@ -102,7 +103,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTConnection } - * + * */ public CTConnection createCTConnection() { return new CTConnection(); @@ -110,7 +111,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTInverseTransform } - * + * */ public CTInverseTransform createCTInverseTransform() { return new CTInverseTransform(); @@ -118,7 +119,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPoint3D } - * + * */ public CTPoint3D createCTPoint3D() { return new CTPoint3D(); @@ -126,7 +127,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPositiveSize2D } - * + * */ public CTPositiveSize2D createCTPositiveSize2D() { return new CTPositiveSize2D(); @@ -134,7 +135,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTColor } - * + * */ public CTColor createCTColor() { return new CTColor(); @@ -142,7 +143,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTComplementTransform } - * + * */ public CTComplementTransform createCTComplementTransform() { return new CTComplementTransform(); @@ -150,7 +151,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTCustomGeometry2D } - * + * */ public CTCustomGeometry2D createCTCustomGeometry2D() { return new CTCustomGeometry2D(); @@ -158,7 +159,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTRelativeRect } - * + * */ public CTRelativeRect createCTRelativeRect() { return new CTRelativeRect(); @@ -166,7 +167,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTHslColor } - * + * */ public CTHslColor createCTHslColor() { return new CTHslColor(); @@ -174,7 +175,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPercentage } - * + * */ public CTPercentage createCTPercentage() { return new CTPercentage(); @@ -182,7 +183,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTInverseGammaTransform } - * + * */ public CTInverseGammaTransform createCTInverseGammaTransform() { return new CTInverseGammaTransform(); @@ -190,7 +191,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPath2DMoveTo } - * + * */ public CTPath2DMoveTo createCTPath2DMoveTo() { return new CTPath2DMoveTo(); @@ -198,7 +199,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPresetColor } - * + * */ public CTPresetColor createCTPresetColor() { return new CTPresetColor(); @@ -206,7 +207,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTGrayscaleTransform } - * + * */ public CTGrayscaleTransform createCTGrayscaleTransform() { return new CTGrayscaleTransform(); @@ -214,7 +215,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPositiveFixedAngle } - * + * */ public CTPositiveFixedAngle createCTPositiveFixedAngle() { return new CTPositiveFixedAngle(); @@ -222,7 +223,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPolarAdjustHandle } - * + * */ public CTPolarAdjustHandle createCTPolarAdjustHandle() { return new CTPolarAdjustHandle(); @@ -230,7 +231,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPath2D } - * + * */ public CTPath2D createCTPath2D() { return new CTPath2D(); @@ -238,7 +239,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPresetTextShape } - * + * */ public CTPresetTextShape createCTPresetTextShape() { return new CTPresetTextShape(); @@ -246,7 +247,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTAdjustHandleList } - * + * */ public CTAdjustHandleList createCTAdjustHandleList() { return new CTAdjustHandleList(); @@ -254,7 +255,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTScRgbColor } - * + * */ public CTScRgbColor createCTScRgbColor() { return new CTScRgbColor(); @@ -262,7 +263,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPath2DClose } - * + * */ public CTPath2DClose createCTPath2DClose() { return new CTPath2DClose(); @@ -270,7 +271,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPath2DLineTo } - * + * */ public CTPath2DLineTo createCTPath2DLineTo() { return new CTPath2DLineTo(); @@ -278,7 +279,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPath2DList } - * + * */ public CTPath2DList createCTPath2DList() { return new CTPath2DList(); @@ -286,7 +287,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTAngle } - * + * */ public CTAngle createCTAngle() { return new CTAngle(); @@ -294,7 +295,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTSchemeColor } - * + * */ public CTSchemeColor createCTSchemeColor() { return new CTSchemeColor(); @@ -302,7 +303,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTGeomGuide } - * + * */ public CTGeomGuide createCTGeomGuide() { return new CTGeomGuide(); @@ -310,7 +311,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTGroupTransform2D } - * + * */ public CTGroupTransform2D createCTGroupTransform2D() { return new CTGroupTransform2D(); @@ -318,7 +319,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTConnectionSiteList } - * + * */ public CTConnectionSiteList createCTConnectionSiteList() { return new CTConnectionSiteList(); @@ -326,7 +327,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTConnectionSite } - * + * */ public CTConnectionSite createCTConnectionSite() { return new CTConnectionSite(); @@ -334,7 +335,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTXYAdjustHandle } - * + * */ public CTXYAdjustHandle createCTXYAdjustHandle() { return new CTXYAdjustHandle(); @@ -342,7 +343,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTSystemColor } - * + * */ public CTSystemColor createCTSystemColor() { return new CTSystemColor(); @@ -350,7 +351,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPath2DCubicBezierTo } - * + * */ public CTPath2DCubicBezierTo createCTPath2DCubicBezierTo() { return new CTPath2DCubicBezierTo(); @@ -358,7 +359,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPath2DQuadBezierTo } - * + * */ public CTPath2DQuadBezierTo createCTPath2DQuadBezierTo() { return new CTPath2DQuadBezierTo(); @@ -366,7 +367,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTRatio } - * + * */ public CTRatio createCTRatio() { return new CTRatio(); @@ -374,7 +375,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTGeomRect } - * + * */ public CTGeomRect createCTGeomRect() { return new CTGeomRect(); @@ -382,7 +383,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTGammaTransform } - * + * */ public CTGammaTransform createCTGammaTransform() { return new CTGammaTransform(); @@ -390,7 +391,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPoint2D } - * + * */ public CTPoint2D createCTPoint2D() { return new CTPoint2D(); @@ -398,7 +399,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTSRgbColor } - * + * */ public CTSRgbColor createCTSRgbColor() { return new CTSRgbColor(); @@ -406,7 +407,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTTransform2D } - * + * */ public CTTransform2D createCTTransform2D() { return new CTTransform2D(); @@ -414,7 +415,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPresetGeometry2D } - * + * */ public CTPresetGeometry2D createCTPresetGeometry2D() { return new CTPresetGeometry2D(); @@ -422,7 +423,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTOfficeArtExtension } - * + * */ public CTOfficeArtExtension createCTOfficeArtExtension() { return new CTOfficeArtExtension(); @@ -430,7 +431,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTGeomGuideList } - * + * */ public CTGeomGuideList createCTGeomGuideList() { return new CTGeomGuideList(); @@ -438,7 +439,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTScale2D } - * + * */ public CTScale2D createCTScale2D() { return new CTScale2D(); @@ -446,7 +447,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPositiveFixedPercentage } - * + * */ public CTPositiveFixedPercentage createCTPositiveFixedPercentage() { return new CTPositiveFixedPercentage(); @@ -454,7 +455,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTSphereCoords } - * + * */ public CTSphereCoords createCTSphereCoords() { return new CTSphereCoords(); @@ -462,7 +463,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTPositivePercentage } - * + * */ public CTPositivePercentage createCTPositivePercentage() { return new CTPositivePercentage(); @@ -470,7 +471,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTVector3D } - * + * */ public CTVector3D createCTVector3D() { return new CTVector3D(); @@ -478,7 +479,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTEmbeddedWAVAudioFile } - * + * */ public CTEmbeddedWAVAudioFile createCTEmbeddedWAVAudioFile() { return new CTEmbeddedWAVAudioFile(); @@ -486,7 +487,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTFixedPercentage } - * + * */ public CTFixedPercentage createCTFixedPercentage() { return new CTFixedPercentage(); @@ -494,7 +495,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTHyperlink } - * + * */ public CTHyperlink createCTHyperlink() { return new CTHyperlink(); @@ -502,7 +503,7 @@ public class ObjectFactory { /** * Create an instance of {@link CTOfficeArtExtensionList } - * + * */ public CTOfficeArtExtensionList createCTOfficeArtExtensionList() { return new CTOfficeArtExtensionList(); @@ -510,1514 +511,1514 @@ public class ObjectFactory { /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorInv(CTInverseTransform value) { - return new JAXBElement(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorLumMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorBlue(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorRedMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorSatMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorHue(CTPositiveFixedAngle value) { - return new JAXBElement(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorBlueOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorHueMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorAlphaMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorGamma(CTGammaTransform value) { - return new JAXBElement(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorComp(CTComplementTransform value) { - return new JAXBElement(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorSatOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorGreen(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorLumOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorSat(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSat_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorSat_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorShade(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorRed(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRed_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorRed_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorGray(CTGrayscaleTransform value) { - return new JAXBElement(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorAlpha(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorGreenOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorRedOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorHueOff(CTAngle value) { - return new JAXBElement(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorLum(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLum_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorLum_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorBlueMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorGreenMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorAlphaOff(CTFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorTint(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTScRgbColor.class) public JAXBElement createCTScRgbColorInvGamma(CTInverseGammaTransform value) { - return new JAXBElement(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTScRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTScRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTPresetColor.class) public JAXBElement createCTPresetColorInv(CTInverseTransform value) { - return new JAXBElement(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTPresetColor.class) public JAXBElement createCTPresetColorLumMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTPresetColor.class) public JAXBElement createCTPresetColorBlue(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTPresetColor.class) public JAXBElement createCTPresetColorRedMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTPresetColor.class) public JAXBElement createCTPresetColorSatMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTPresetColor.class) public JAXBElement createCTPresetColorHue(CTPositiveFixedAngle value) { - return new JAXBElement(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTPresetColor.class) public JAXBElement createCTPresetColorBlueOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTPresetColor.class) public JAXBElement createCTPresetColorHueMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTPresetColor.class) public JAXBElement createCTPresetColorAlphaMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTPresetColor.class) public JAXBElement createCTPresetColorGamma(CTGammaTransform value) { - return new JAXBElement(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTPresetColor.class) public JAXBElement createCTPresetColorComp(CTComplementTransform value) { - return new JAXBElement(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTPresetColor.class) public JAXBElement createCTPresetColorSatOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTPresetColor.class) public JAXBElement createCTPresetColorGreen(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTPresetColor.class) public JAXBElement createCTPresetColorLumOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTPresetColor.class) public JAXBElement createCTPresetColorSat(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSat_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorSat_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTPresetColor.class) public JAXBElement createCTPresetColorShade(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTPresetColor.class) public JAXBElement createCTPresetColorRed(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRed_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorRed_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTPresetColor.class) public JAXBElement createCTPresetColorGray(CTGrayscaleTransform value) { - return new JAXBElement(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTPresetColor.class) public JAXBElement createCTPresetColorAlpha(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTPresetColor.class) public JAXBElement createCTPresetColorGreenOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTPresetColor.class) public JAXBElement createCTPresetColorRedOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTPresetColor.class) public JAXBElement createCTPresetColorHueOff(CTAngle value) { - return new JAXBElement(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTPresetColor.class) public JAXBElement createCTPresetColorLum(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLum_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorLum_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTPresetColor.class) public JAXBElement createCTPresetColorBlueMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTPresetColor.class) public JAXBElement createCTPresetColorGreenMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTPresetColor.class) public JAXBElement createCTPresetColorAlphaOff(CTFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTPresetColor.class) public JAXBElement createCTPresetColorTint(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTPresetColor.class) public JAXBElement createCTPresetColorInvGamma(CTInverseGammaTransform value) { - return new JAXBElement(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTPresetColor.class, value); + return new JAXBElement<>(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTPresetColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorInv(CTInverseTransform value) { - return new JAXBElement(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorLumMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorBlue(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorRedMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorSatMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorHue(CTPositiveFixedAngle value) { - return new JAXBElement(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorBlueOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorHueMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorAlphaMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorGamma(CTGammaTransform value) { - return new JAXBElement(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorComp(CTComplementTransform value) { - return new JAXBElement(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorSatOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorGreen(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorLumOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorSat(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSat_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorSat_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorShade(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorRed(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRed_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorRed_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorGray(CTGrayscaleTransform value) { - return new JAXBElement(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorAlpha(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorGreenOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorRedOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorHueOff(CTAngle value) { - return new JAXBElement(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorLum(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLum_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorLum_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorBlueMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorGreenMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorAlphaOff(CTFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorTint(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSchemeColor.class) public JAXBElement createCTSchemeColorInvGamma(CTInverseGammaTransform value) { - return new JAXBElement(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSchemeColor.class, value); + return new JAXBElement<>(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSchemeColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTSystemColor.class) public JAXBElement createCTSystemColorInv(CTInverseTransform value) { - return new JAXBElement(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTSystemColor.class) public JAXBElement createCTSystemColorLumMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSystemColor.class) public JAXBElement createCTSystemColorBlue(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSystemColor.class) public JAXBElement createCTSystemColorRedMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTSystemColor.class) public JAXBElement createCTSystemColorSatMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSystemColor.class) public JAXBElement createCTSystemColorHue(CTPositiveFixedAngle value) { - return new JAXBElement(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTSystemColor.class) public JAXBElement createCTSystemColorBlueOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTSystemColor.class) public JAXBElement createCTSystemColorHueMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSystemColor.class) public JAXBElement createCTSystemColorAlphaMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSystemColor.class) public JAXBElement createCTSystemColorGamma(CTGammaTransform value) { - return new JAXBElement(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTSystemColor.class) public JAXBElement createCTSystemColorComp(CTComplementTransform value) { - return new JAXBElement(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSystemColor.class) public JAXBElement createCTSystemColorSatOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTSystemColor.class) public JAXBElement createCTSystemColorGreen(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTSystemColor.class) public JAXBElement createCTSystemColorLumOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSystemColor.class) public JAXBElement createCTSystemColorSat(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSat_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorSat_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTSystemColor.class) public JAXBElement createCTSystemColorShade(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTSystemColor.class) public JAXBElement createCTSystemColorRed(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRed_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorRed_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTSystemColor.class) public JAXBElement createCTSystemColorGray(CTGrayscaleTransform value) { - return new JAXBElement(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSystemColor.class) public JAXBElement createCTSystemColorAlpha(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSystemColor.class) public JAXBElement createCTSystemColorGreenOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSystemColor.class) public JAXBElement createCTSystemColorRedOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTSystemColor.class) public JAXBElement createCTSystemColorHueOff(CTAngle value) { - return new JAXBElement(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSystemColor.class) public JAXBElement createCTSystemColorLum(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLum_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorLum_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSystemColor.class) public JAXBElement createCTSystemColorBlueMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSystemColor.class) public JAXBElement createCTSystemColorGreenMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSystemColor.class) public JAXBElement createCTSystemColorAlphaOff(CTFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSystemColor.class) public JAXBElement createCTSystemColorTint(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSystemColor.class) public JAXBElement createCTSystemColorInvGamma(CTInverseGammaTransform value) { - return new JAXBElement(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSystemColor.class, value); + return new JAXBElement<>(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSystemColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorInv(CTInverseTransform value) { - return new JAXBElement(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorLumMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorBlue(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorRedMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorSatMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorHue(CTPositiveFixedAngle value) { - return new JAXBElement(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorBlueOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorHueMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorAlphaMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorGamma(CTGammaTransform value) { - return new JAXBElement(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorComp(CTComplementTransform value) { - return new JAXBElement(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorSatOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorGreen(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorLumOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorSat(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSat_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorSat_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorShade(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorRed(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRed_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorRed_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorGray(CTGrayscaleTransform value) { - return new JAXBElement(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorAlpha(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorGreenOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorRedOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorHueOff(CTAngle value) { - return new JAXBElement(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorLum(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLum_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorLum_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorBlueMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorGreenMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorAlphaOff(CTFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorTint(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTSRgbColor.class) public JAXBElement createCTSRgbColorInvGamma(CTInverseGammaTransform value) { - return new JAXBElement(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSRgbColor.class, value); + return new JAXBElement<>(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTSRgbColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "inv", scope = CTHslColor.class) public JAXBElement createCTHslColorInv(CTInverseTransform value) { - return new JAXBElement(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorInv_QNAME, CTInverseTransform.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumMod", scope = CTHslColor.class) public JAXBElement createCTHslColorLumMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumMod_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blue", scope = CTHslColor.class) public JAXBElement createCTHslColorBlue(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlue_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redMod", scope = CTHslColor.class) public JAXBElement createCTHslColorRedMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedMod_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satMod", scope = CTHslColor.class) public JAXBElement createCTHslColorSatMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatMod_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hue", scope = CTHslColor.class) public JAXBElement createCTHslColorHue(CTPositiveFixedAngle value) { - return new JAXBElement(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorHue_QNAME, CTPositiveFixedAngle.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueOff", scope = CTHslColor.class) public JAXBElement createCTHslColorBlueOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueOff_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueMod", scope = CTHslColor.class) public JAXBElement createCTHslColorHueMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositivePercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaMod", scope = CTHslColor.class) public JAXBElement createCTHslColorAlphaMod(CTPositivePercentage value) { - return new JAXBElement(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaMod_QNAME, CTPositivePercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gamma", scope = CTHslColor.class) public JAXBElement createCTHslColorGamma(CTGammaTransform value) { - return new JAXBElement(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorGamma_QNAME, CTGammaTransform.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTComplementTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "comp", scope = CTHslColor.class) public JAXBElement createCTHslColorComp(CTComplementTransform value) { - return new JAXBElement(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorComp_QNAME, CTComplementTransform.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "satOff", scope = CTHslColor.class) public JAXBElement createCTHslColorSatOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorSatOff_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "green", scope = CTHslColor.class) public JAXBElement createCTHslColorGreen(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreen_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lumOff", scope = CTHslColor.class) public JAXBElement createCTHslColorLumOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorLumOff_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "sat", scope = CTHslColor.class) public JAXBElement createCTHslColorSat(CTPercentage value) { - return new JAXBElement(_CTScRgbColorSat_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorSat_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "shade", scope = CTHslColor.class) public JAXBElement createCTHslColorShade(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorShade_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "red", scope = CTHslColor.class) public JAXBElement createCTHslColorRed(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRed_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorRed_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTGrayscaleTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "gray", scope = CTHslColor.class) public JAXBElement createCTHslColorGray(CTGrayscaleTransform value) { - return new JAXBElement(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorGray_QNAME, CTGrayscaleTransform.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alpha", scope = CTHslColor.class) public JAXBElement createCTHslColorAlpha(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlpha_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenOff", scope = CTHslColor.class) public JAXBElement createCTHslColorGreenOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenOff_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "redOff", scope = CTHslColor.class) public JAXBElement createCTHslColorRedOff(CTPercentage value) { - return new JAXBElement(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorRedOff_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTAngle }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "hueOff", scope = CTHslColor.class) public JAXBElement createCTHslColorHueOff(CTAngle value) { - return new JAXBElement(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorHueOff_QNAME, CTAngle.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "lum", scope = CTHslColor.class) public JAXBElement createCTHslColorLum(CTPercentage value) { - return new JAXBElement(_CTScRgbColorLum_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorLum_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "blueMod", scope = CTHslColor.class) public JAXBElement createCTHslColorBlueMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorBlueMod_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "greenMod", scope = CTHslColor.class) public JAXBElement createCTHslColorGreenMod(CTPercentage value) { - return new JAXBElement(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorGreenMod_QNAME, CTPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "alphaOff", scope = CTHslColor.class) public JAXBElement createCTHslColorAlphaOff(CTFixedPercentage value) { - return new JAXBElement(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorAlphaOff_QNAME, CTFixedPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTHslColor.class) public JAXBElement createCTHslColorTint(CTPositiveFixedPercentage value) { - return new JAXBElement(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTHslColor.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTInverseGammaTransform }{@code >}} - * + * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "invGamma", scope = CTHslColor.class) public JAXBElement createCTHslColorInvGamma(CTInverseGammaTransform value) { - return new JAXBElement(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTHslColor.class, value); + return new JAXBElement<>(_CTScRgbColorInvGamma_QNAME, CTInverseGammaTransform.class, CTHslColor.class, value); } } diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/BlackWhiteMode.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/BlackWhiteMode.java index 847fad3f3d..683bc0a10e 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/BlackWhiteMode.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/BlackWhiteMode.java @@ -33,7 +33,7 @@ public enum BlackWhiteMode { this.underlying = mode; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (BlackWhiteMode value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/CompoundLine.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/CompoundLine.java index f696ac6db6..2ab6e109fb 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/CompoundLine.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/CompoundLine.java @@ -34,7 +34,7 @@ public enum CompoundLine { this.underlying = line; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (CompoundLine value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineCap.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineCap.java index a658ccb8b2..1585d39e7a 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineCap.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineCap.java @@ -32,7 +32,7 @@ public enum LineCap { this.underlying = line; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (LineCap value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndLength.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndLength.java index 31f4414c67..8a6ecc25de 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndLength.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndLength.java @@ -32,7 +32,7 @@ public enum LineEndLength { this.underlying = lineEnd; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (LineEndLength value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndType.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndType.java index 8ef50ba543..f2cbd3ceb9 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndType.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndType.java @@ -35,7 +35,7 @@ public enum LineEndType { this.underlying = lineEnd; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (LineEndType value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndWidth.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndWidth.java index d93f7067a6..937dd269ab 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndWidth.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/LineEndWidth.java @@ -32,7 +32,7 @@ public enum LineEndWidth { this.underlying = lineEnd; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (LineEndWidth value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/PathShadeType.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/PathShadeType.java index 913e7cb73a..ba98d42883 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/PathShadeType.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/PathShadeType.java @@ -32,7 +32,7 @@ public enum PathShadeType { this.underlying = pathShadeType; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (PathShadeType value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/PenAlignment.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/PenAlignment.java index cbb4732fb2..d0c43df903 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/PenAlignment.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/PenAlignment.java @@ -31,7 +31,7 @@ public enum PenAlignment { this.underlying = alignment; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (PenAlignment value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetColor.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetColor.java index ce723ebff9..0bf1f41260 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetColor.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetColor.java @@ -167,7 +167,7 @@ public enum PresetColor { this.underlying = color; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (PresetColor value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetGeometry.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetGeometry.java index 85afa8387e..ae853e8ae1 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetGeometry.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetGeometry.java @@ -217,7 +217,7 @@ public enum PresetGeometry { this.underlying = shape; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (PresetGeometry value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetLineDash.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetLineDash.java index 0b512eaa62..4802896577 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetLineDash.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetLineDash.java @@ -40,7 +40,7 @@ public enum PresetLineDash { this.underlying = dash; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (PresetLineDash value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetPattern.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetPattern.java index 8be7b2d673..5a30599841 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetPattern.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/PresetPattern.java @@ -83,7 +83,7 @@ public enum PresetPattern { this.underlying = pattern; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (PresetPattern value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/RectangleAlignment.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/RectangleAlignment.java index ba116e01ac..8667915ba9 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/RectangleAlignment.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/RectangleAlignment.java @@ -38,7 +38,7 @@ public enum RectangleAlignment { this.underlying = alignment; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (RectangleAlignment value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/SchemeColor.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/SchemeColor.java index 896c5d1fc8..1119e699f1 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/SchemeColor.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/SchemeColor.java @@ -46,7 +46,7 @@ public enum SchemeColor { this.underlying = color; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (SchemeColor value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/SystemColor.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/SystemColor.java index 7521a15c8d..1b293e6570 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/SystemColor.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/SystemColor.java @@ -59,7 +59,7 @@ public enum SystemColor { this.underlying = color; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (SystemColor value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/TileFlipMode.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/TileFlipMode.java index a63a2ac878..5f29c4e625 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/TileFlipMode.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/TileFlipMode.java @@ -33,7 +33,7 @@ public enum TileFlipMode { this.underlying = mode; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (TileFlipMode value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.java index ec2fc32a44..a25a892f86 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrossBetween.java @@ -31,7 +31,7 @@ public enum AxisCrossBetween { this.underlying = crossBetween; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AxisCrossBetween value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrosses.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrosses.java index ff9d32dbb0..39193a85a6 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrosses.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisCrosses.java @@ -32,7 +32,7 @@ public enum AxisCrosses { this.underlying = crosses; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AxisCrosses value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisLabelAlignment.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisLabelAlignment.java index dff809cd36..69054b5630 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisLabelAlignment.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisLabelAlignment.java @@ -32,7 +32,7 @@ public enum AxisLabelAlignment { this.underlying = alignment; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AxisLabelAlignment value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisOrientation.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisOrientation.java index ce0ace3fac..fda40ad2cf 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisOrientation.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisOrientation.java @@ -31,7 +31,7 @@ public enum AxisOrientation { this.underlying = orientation; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AxisOrientation value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisPosition.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisPosition.java index de277391ec..115e1f0532 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisPosition.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisPosition.java @@ -33,7 +33,7 @@ public enum AxisPosition { this.underlying = position; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AxisPosition value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickLabelPosition.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickLabelPosition.java index 5e22d2f283..16d383ff9a 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickLabelPosition.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickLabelPosition.java @@ -33,7 +33,7 @@ public enum AxisTickLabelPosition { this.underlying = position; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AxisTickLabelPosition value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickMark.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickMark.java index f26cf5634c..557e4edd9c 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickMark.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/AxisTickMark.java @@ -33,7 +33,7 @@ public enum AxisTickMark { this.underlying = tickMark; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AxisTickMark value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarDirection.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarDirection.java index 027196795f..ad0e9b58bd 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarDirection.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarDirection.java @@ -31,7 +31,7 @@ public enum BarDirection { this.underlying = direction; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (BarDirection value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarGrouping.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarGrouping.java index ce8615eb1d..d7deda11f6 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarGrouping.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/BarGrouping.java @@ -33,7 +33,7 @@ public enum BarGrouping { this.underlying = grouping; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (BarGrouping value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutMode.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutMode.java index 31ad6e7a49..7eeb0e80ad 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutMode.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutMode.java @@ -31,7 +31,7 @@ public enum LayoutMode { this.underlying = layoutMode; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (LayoutMode value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutTarget.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutTarget.java index 9ef337e417..c9d84e78cb 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutTarget.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LayoutTarget.java @@ -31,7 +31,7 @@ public enum LayoutTarget { this.underlying = layoutTarget; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (LayoutTarget value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LegendPosition.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LegendPosition.java index 062a880044..43ef49da9b 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LegendPosition.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/LegendPosition.java @@ -34,7 +34,7 @@ public enum LegendPosition { this.underlying = position; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (LegendPosition value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/MarkerStyle.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/MarkerStyle.java index 4613fb460e..62a03cd1a7 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/MarkerStyle.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/MarkerStyle.java @@ -40,7 +40,7 @@ public enum MarkerStyle { this.underlying = style; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (MarkerStyle value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/RadarStyle.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/RadarStyle.java index 8cb7491ad5..ab118c48d8 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/RadarStyle.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/RadarStyle.java @@ -32,7 +32,7 @@ public enum RadarStyle { this.underlying = style; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (RadarStyle value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/ScatterStyle.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/ScatterStyle.java index 139bb7d0e4..836105d183 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/ScatterStyle.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/chart/ScatterStyle.java @@ -35,7 +35,7 @@ public enum ScatterStyle { this.underlying = style; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (ScatterStyle value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AnchorType.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AnchorType.java index 48c1e98cfc..1f0888539d 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AnchorType.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AnchorType.java @@ -34,7 +34,7 @@ public enum AnchorType { this.underlying = caps; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AnchorType value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AutonumberScheme.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AutonumberScheme.java index 86afc30e1a..a882bd36e9 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AutonumberScheme.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/AutonumberScheme.java @@ -70,7 +70,7 @@ public enum AutonumberScheme { this.underlying = scheme; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (AutonumberScheme value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/CapsType.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/CapsType.java index ecf942cffc..a419736f30 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/CapsType.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/CapsType.java @@ -32,7 +32,7 @@ public enum CapsType { this.underlying = caps; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (CapsType value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/FontAlignment.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/FontAlignment.java index 655d2ea03e..7a0dd2bf1d 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/FontAlignment.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/FontAlignment.java @@ -34,7 +34,7 @@ public enum FontAlignment { this.underlying = align; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (FontAlignment value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/StrikeType.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/StrikeType.java index c28dbbc433..17aa3f25a4 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/StrikeType.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/StrikeType.java @@ -32,7 +32,7 @@ public enum StrikeType { this.underlying = strike; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (StrikeType value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TabAlignment.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TabAlignment.java index 32a873a24b..974a321cf6 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TabAlignment.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TabAlignment.java @@ -33,7 +33,7 @@ public enum TabAlignment { this.underlying = align; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (TabAlignment value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TextAlignment.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TextAlignment.java index c2ef4ea027..8b173ff019 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TextAlignment.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/TextAlignment.java @@ -36,7 +36,7 @@ public enum TextAlignment { this.underlying = align; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (TextAlignment value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/UnderlineType.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/UnderlineType.java index 6a6fae0783..e70a20929a 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/UnderlineType.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/UnderlineType.java @@ -47,7 +47,7 @@ public enum UnderlineType { this.underlying = underline; } - private final static HashMap reverse = new HashMap(); + private final static HashMap reverse = new HashMap<>(); static { for (UnderlineType value : values()) { reverse.put(value.underlying, value); diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.java index 760b84b0fb..6c50de3d36 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFLineChartData.java @@ -47,11 +47,7 @@ public class XSSFLineChartData implements LineChartData { /** * List of all data series. */ - private List series; - - public XSSFLineChartData() { - series = new ArrayList(); - } + private final List series = new ArrayList<>(); static class Series extends AbstractXSSFChartSeries implements LineChartSeries { private int id; diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.java index 98d9f8fd10..aeade709da 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.java @@ -49,11 +49,7 @@ public class XSSFScatterChartData implements ScatterChartData { /** * List of all data series. */ - private List series; - - public XSSFScatterChartData() { - series = new ArrayList(); - } + private final List series = new ArrayList<>(); /** * Package private ScatterChartSerie implementation. diff --git a/src/ooxml/java/org/apache/poi/xwpf/usermodel/FootnoteEndnoteIdManager.java b/src/ooxml/java/org/apache/poi/xwpf/usermodel/FootnoteEndnoteIdManager.java index 2dc78b1d94..1f3d60d93a 100644 --- a/src/ooxml/java/org/apache/poi/xwpf/usermodel/FootnoteEndnoteIdManager.java +++ b/src/ooxml/java/org/apache/poi/xwpf/usermodel/FootnoteEndnoteIdManager.java @@ -27,7 +27,7 @@ import java.util.List; */ public class FootnoteEndnoteIdManager { - private XWPFDocument document; + private XWPFDocument document; public FootnoteEndnoteIdManager(XWPFDocument document) { this.document = document; @@ -39,8 +39,8 @@ public class FootnoteEndnoteIdManager { * @return ID number to use. */ public BigInteger nextId() { - - List ids = new ArrayList(); + + List ids = new ArrayList<>(); for (XWPFAbstractFootnoteEndnote note : document.getFootnotes()) { ids.add(note.getId()); } @@ -52,8 +52,8 @@ public class FootnoteEndnoteIdManager { while (ids.contains(newId)) { cand++; newId = BigInteger.valueOf(cand); - } - + } + return newId; } diff --git a/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFEndnotes.java b/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFEndnotes.java index 0b408af7ee..1df57f6d56 100644 --- a/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFEndnotes.java +++ b/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFEndnotes.java @@ -174,7 +174,7 @@ public class XWPFEndnotes extends XWPFAbstractFootnotesEndnotes { * @return List, possibly empty, of end notes. */ public List getEndnotesList() { - List resultList = new ArrayList(); + List resultList = new ArrayList<>(); for (XWPFAbstractFootnoteEndnote note : listFootnote) { resultList.add((XWPFEndnote)note); } diff --git a/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java b/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java index d3ccfbc624..8f7c591c5a 100644 --- a/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java +++ b/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java @@ -164,7 +164,7 @@ public class XWPFFootnotes extends XWPFAbstractFootnotesEndnotes { * @return List, possibly empty, of footnotes. */ public List getFootnotesList() { - List resultList = new ArrayList(); + List resultList = new ArrayList<>(); for (XWPFAbstractFootnoteEndnote note : listFootnote) { resultList.add((XWPFFootnote)note); } -- 2.39.5