public final class PolarAdjustHandle extends java.lang.Object implements AdjustHandle
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>
Constructor and Description |
---|
PolarAdjustHandle() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
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.
|
AdjustPoint |
getPos()
Gets the value of the pos property.
|
int |
hashCode() |
boolean |
isSetGdRefAng() |
boolean |
isSetGdRefR() |
boolean |
isSetMaxAng() |
boolean |
isSetMaxR() |
boolean |
isSetMinAng() |
boolean |
isSetMinR() |
boolean |
isSetPos() |
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 |
setPos(AdjustPoint value)
Sets the value of the pos property.
|
public AdjustPoint getPos()
AdjustPoint
public void setPos(AdjustPoint value)
value
- allowed object is
AdjustPoint
public boolean isSetPos()
public java.lang.String getGdRefR()
String
public void setGdRefR(java.lang.String value)
value
- allowed object is
String
public boolean isSetGdRefR()
public java.lang.String getMinR()
String
public void setMinR(java.lang.String value)
value
- allowed object is
String
public boolean isSetMinR()
public java.lang.String getMaxR()
String
public void setMaxR(java.lang.String value)
value
- allowed object is
String
public boolean isSetMaxR()
public java.lang.String getGdRefAng()
String
public void setGdRefAng(java.lang.String value)
value
- allowed object is
String
public boolean isSetGdRefAng()
public java.lang.String getMinAng()
String
public void setMinAng(java.lang.String value)
value
- allowed object is
String
public boolean isSetMinAng()
public java.lang.String getMaxAng()
String
public void setMaxAng(java.lang.String value)
value
- allowed object is
String
public boolean isSetMaxAng()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.