public class Date extends Object implements Serializable, IDataObject
Java class for dateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
Date()
Default constructor
|
Date(String type,
String value)
Constructor with both parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
StringCopyright © 2019. All Rights Reserved.