public class DayType extends Object
Java class for day-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="day-type">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id |
protected String |
value |
| Constructor and Description |
|---|
DayType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
Copyright © 2000–2025 MPXJ. All rights reserved.