public class DaysOfWeek extends AMetadata<DaysOfWeek> implements Comparable<DaysOfWeek>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value
The value property.
|
availability, cls, extReferences, idref, legacyReleasability, quality, recommendedValue, remarkRef| Constructor and Description |
|---|
DaysOfWeek()
Construct a new, empty DaysOfWeek instance.
|
DaysOfWeek(String value)
Construct a new DaysOfWeek instance with the given initial value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DaysOfWeek obj)
Comparison and sorting.
|
boolean |
equals(Object obj)
Equality is based upon the value.
|
String |
getValue()
Get the value of the value property.
|
int |
hashCode()
Hash code is based upon the value.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetValue()
Determine if the value property is configured.
|
void |
setValue(String value)
Set the value of the value property.
|
String |
toString()
Get a string representation of this data wrapper value.
|
getAvailability, getCls, getExtReferences, getIdref, getLegacyReleasability, getQuality, getRecommendedValue, getRemarkRef, isSetAvailability, isSetCls, isSetExtReferences, isSetIdref, isSetLegacyReleasability, isSetQuality, isSetRecommendedValue, isSetRemarkRef, setAvailability, setCls, setIdref, setLegacyReleasability, setQuality, setRecommendedValue, unsetExtReferences, unsetRemarkRef, withAvailability, withCls, withExtReferences, withExtReferences, withIdref, withLegacyReleasability, withQuality, withRecommendedValue, withRemarkRef, withRemarkRefprotected String value
public DaysOfWeek()
public DaysOfWeek(String value)
value - The initial value.public String getValue()
public void setValue(String value)
the - valuepublic boolean isSetValue()
public boolean isSet()
Note that this method only checks for the presence of required information; this method does not validate the information format.
isSet in class AMetadata<DaysOfWeek>public String toString()
toString in class AMetadata<DaysOfWeek>public int hashCode()
public boolean equals(Object obj)
public int compareTo(DaysOfWeek obj)
compareTo in interface Comparable<DaysOfWeek>obj - the other object to compareCopyright © 2016 OpenSSRF.org. All rights reserved.