public class RefAnchor extends ParameterType implements 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 String |
anchorType |
protected Object |
rRef |
| Constructor and Description |
|---|
RefAnchor() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
String |
getAnchorType()
Gets the value of the anchorType property.
|
Object |
getRRef()
Gets the value of the rRef property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setAnchorType(String value)
Sets the value of the anchorType property.
|
void |
setRRef(Object value)
Sets the value of the rRef property.
|
protected EnumAnchor anchor
protected Object rRef
protected String anchorType
public EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic Object getRRef()
Objectpublic void setRRef(Object value)
value - allowed object is
Objectpublic String getAnchorType()
StringCopyright © 2012. All Rights Reserved.