public class Supports extends Object
Java class for supports complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="supports">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{}yes-no" />
<attribute name="element" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="attribute" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attribute |
protected String |
element |
protected YesNo |
type |
protected String |
value |
| Constructor and Description |
|---|
Supports() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getElement()
Gets the value of the element property.
|
YesNo |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setElement(String value)
Sets the value of the element property.
|
void |
setType(YesNo value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected YesNo type
protected String element
protected String attribute
protected String value
public YesNo getType()
YesNopublic void setType(YesNo value)
value - allowed object is
YesNopublic String getElement()
Stringpublic void setElement(String value)
value - allowed object is
Stringpublic String getAttribute()
Stringpublic void setAttribute(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.