|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.BaseDateType
public class BaseDateType
Java class for baseDateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="baseDateType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="encoding">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="w3cdtf"/>
<enumeration value="iso8601"/>
<enumeration value="marc"/>
</restriction>
</simpleType>
</attribute>
<attribute name="point">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="start"/>
<enumeration value="end"/>
</restriction>
</simpleType>
</attribute>
<attribute name="qualifier">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="approximate"/>
<enumeration value="inferred"/>
<enumeration value="questionable"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
encoding
|
protected java.lang.String |
point
|
protected java.lang.String |
qualifier
|
protected java.lang.String |
value
|
| Constructor Summary | |
|---|---|
BaseDateType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEncoding()
Gets the value of the encoding property. |
java.lang.String |
getPoint()
Gets the value of the point property. |
java.lang.String |
getQualifier()
Gets the value of the qualifier property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property. |
void |
setPoint(java.lang.String value)
Sets the value of the point property. |
void |
setQualifier(java.lang.String value)
Sets the value of the qualifier property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String value
protected java.lang.String encoding
protected java.lang.String point
protected java.lang.String qualifier
| Constructor Detail |
|---|
public BaseDateType()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPoint()
Stringpublic void setPoint(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQualifier()
Stringpublic void setQualifier(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||