Class CTPolarAdjustHandle

java.lang.Object
org.docx4j.dml.CTPolarAdjustHandle
All Implemented Interfaces:
Child

public class CTPolarAdjustHandle
extends java.lang.Object
implements Child

Java class for CT_PolarAdjustHandle complex type.

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

 <complexType name="CT_PolarAdjustHandle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AdjPoint2D"/>
       </sequence>
       <attribute name="gdRefR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_GeomGuideName" />
       <attribute name="minR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
       <attribute name="maxR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
       <attribute name="gdRefAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_GeomGuideName" />
       <attribute name="minAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
       <attribute name="maxAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String gdRefAng  
    protected java.lang.String gdRefR  
    protected java.lang.String maxAng  
    protected java.lang.String maxR  
    protected java.lang.String minAng  
    protected java.lang.String minR  
    protected CTAdjPoint2D pos  
  • Constructor Summary

    Constructors
    Constructor Description
    CTPolarAdjustHandle()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.String getGdRefAng()
    Gets the value of the gdRefAng property.
    java.lang.String getGdRefR()
    Gets the value of the gdRefR property.
    java.lang.String getMaxAng()
    Gets the value of the maxAng property.
    java.lang.String getMaxR()
    Gets the value of the maxR property.
    java.lang.String getMinAng()
    Gets the value of the minAng property.
    java.lang.String getMinR()
    Gets the value of the minR property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    CTAdjPoint2D getPos()
    Gets the value of the pos property.
    void setGdRefAng​(java.lang.String value)
    Sets the value of the gdRefAng property.
    void setGdRefR​(java.lang.String value)
    Sets the value of the gdRefR property.
    void setMaxAng​(java.lang.String value)
    Sets the value of the maxAng property.
    void setMaxR​(java.lang.String value)
    Sets the value of the maxR property.
    void setMinAng​(java.lang.String value)
    Sets the value of the minAng property.
    void setMinR​(java.lang.String value)
    Sets the value of the minR property.
    void setParent​(java.lang.Object parent)  
    void setPos​(CTAdjPoint2D value)
    Sets the value of the pos property.

    Methods inherited from class java.lang.Object

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

    • pos

      protected CTAdjPoint2D pos
    • gdRefR

      protected java.lang.String gdRefR
    • minR

      protected java.lang.String minR
    • maxR

      protected java.lang.String maxR
    • gdRefAng

      protected java.lang.String gdRefAng
    • minAng

      protected java.lang.String minAng
    • maxAng

      protected java.lang.String maxAng
  • Constructor Details

    • CTPolarAdjustHandle

      public CTPolarAdjustHandle()
  • Method Details

    • getPos

      public CTAdjPoint2D getPos()
      Gets the value of the pos property.
      Returns:
      possible object is CTAdjPoint2D
    • setPos

      public void setPos​(CTAdjPoint2D value)
      Sets the value of the pos property.
      Parameters:
      value - allowed object is CTAdjPoint2D
    • getGdRefR

      public java.lang.String getGdRefR()
      Gets the value of the gdRefR property.
      Returns:
      possible object is String
    • setGdRefR

      public void setGdRefR​(java.lang.String value)
      Sets the value of the gdRefR property.
      Parameters:
      value - allowed object is String
    • getMinR

      public java.lang.String getMinR()
      Gets the value of the minR property.
      Returns:
      possible object is String
    • setMinR

      public void setMinR​(java.lang.String value)
      Sets the value of the minR property.
      Parameters:
      value - allowed object is String
    • getMaxR

      public java.lang.String getMaxR()
      Gets the value of the maxR property.
      Returns:
      possible object is String
    • setMaxR

      public void setMaxR​(java.lang.String value)
      Sets the value of the maxR property.
      Parameters:
      value - allowed object is String
    • getGdRefAng

      public java.lang.String getGdRefAng()
      Gets the value of the gdRefAng property.
      Returns:
      possible object is String
    • setGdRefAng

      public void setGdRefAng​(java.lang.String value)
      Sets the value of the gdRefAng property.
      Parameters:
      value - allowed object is String
    • getMinAng

      public java.lang.String getMinAng()
      Gets the value of the minAng property.
      Returns:
      possible object is String
    • setMinAng

      public void setMinAng​(java.lang.String value)
      Sets the value of the minAng property.
      Parameters:
      value - allowed object is String
    • getMaxAng

      public java.lang.String getMaxAng()
      Gets the value of the maxAng property.
      Returns:
      possible object is String
    • setMaxAng

      public void setMaxAng​(java.lang.String value)
      Sets the value of the maxAng property.
      Parameters:
      value - allowed object is String
    • getParent

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

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

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