public class Date extends Object
Java class for date complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="date"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="year" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="month" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
date |
protected Integer |
month |
protected String |
type |
protected String |
value |
protected String |
year |
Constructor and Description |
---|
Date() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDate()
Gets the value of the date property.
|
Integer |
getMonth()
Gets the value of the month property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getYear()
Gets the value of the year property.
|
void |
setDate(Integer value)
Sets the value of the date property.
|
void |
setMonth(Integer value)
Sets the value of the month property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setYear(String value)
Sets the value of the year property.
|
protected String value
protected String year
protected Integer month
protected Integer date
protected String type
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getYear()
String
public void setYear(String value)
value
- allowed object is
String
public Integer getMonth()
Integer
public void setMonth(Integer value)
value
- allowed object is
Integer
public Integer getDate()
Integer
public void setDate(Integer value)
value
- allowed object is
Integer
public String getType()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.