public class Score
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Side" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
offset |
protected java.lang.String |
side |
| Constructor and Description |
|---|
Score() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getOffset()
Gets the value of the offset property.
|
java.lang.String |
getSide()
Gets the value of the side property.
|
void |
setOffset(java.lang.Double value)
Sets the value of the offset property.
|
void |
setSide(java.lang.String value)
Sets the value of the side property.
|
public java.lang.Double getOffset()
Doublepublic void setOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getSide()
Stringpublic void setSide(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.