public class Score extends Object implements 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 Double |
offset |
protected String |
side |
| Constructor and Description |
|---|
Score() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getOffset()
Gets the value of the offset property.
|
String |
getSide()
Gets the value of the side property.
|
void |
setOffset(Double value)
Sets the value of the offset property.
|
void |
setSide(String value)
Sets the value of the side property.
|
public Double getOffset()
Doublepublic void setOffset(Double value)
value - allowed object is
Doublepublic String getSide()
StringCopyright © 2012. All Rights Reserved.