public class RefAnchor extends ParameterType implements java.io.Serializable
Java class for RefAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefAnchor">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAnchor" />
<attribute name="rRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="AnchorType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumAnchor |
anchor |
protected java.lang.String |
anchorType |
protected java.lang.Object |
rRef |
| Constructor and Description |
|---|
RefAnchor() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
java.lang.String |
getAnchorType()
Gets the value of the anchorType property.
|
java.lang.Object |
getRRef()
Gets the value of the rRef property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setAnchorType(java.lang.String value)
Sets the value of the anchorType property.
|
void |
setRRef(java.lang.Object value)
Sets the value of the rRef property.
|
protected EnumAnchor anchor
protected java.lang.Object rRef
protected java.lang.String anchorType
public EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic java.lang.Object getRRef()
Objectpublic void setRRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getAnchorType()
Stringpublic void setAnchorType(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.