public class OnlyShowWeekends extends Object
Java class for only-show-weekends complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="only-show-weekends">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
protected String |
valueAttribute |
| Constructor and Description |
|---|
OnlyShowWeekends() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
String |
getValueAttribute()
Gets the value of the valueAttribute property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueAttribute(String value)
Sets the value of the valueAttribute property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getValueAttribute()
StringCopyright © 2000–2025 MPXJ. All rights reserved.