public class ExtraValues 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="Usage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Value" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
usage |
protected String |
value |
| Constructor and Description |
|---|
ExtraValues() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUsage()
Gets the value of the usage property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setUsage(String value)
Sets the value of the usage property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getUsage()
Stringpublic void setUsage(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2013. All Rights Reserved.