|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.UrlType
public class UrlType
856$u
Java class for urlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="urlType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute name="access">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="preview"/>
<enumeration value="raw object"/>
<enumeration value="object in context"/>
</restriction>
</simpleType>
</attribute>
<attribute name="dateLastAccessed" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="displayLabel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="note" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usage">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="primary display"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
access
|
protected java.lang.String |
dateLastAccessed
|
protected java.lang.String |
displayLabel
|
protected java.lang.String |
note
|
protected java.lang.String |
usage
|
protected java.lang.String |
value
|
| Constructor Summary | |
|---|---|
UrlType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAccess()
Gets the value of the access property. |
java.lang.String |
getDateLastAccessed()
Gets the value of the dateLastAccessed property. |
java.lang.String |
getDisplayLabel()
Gets the value of the displayLabel property. |
java.lang.String |
getNote()
Gets the value of the note property. |
java.lang.String |
getUsage()
Gets the value of the usage property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setAccess(java.lang.String value)
Sets the value of the access property. |
void |
setDateLastAccessed(java.lang.String value)
Sets the value of the dateLastAccessed property. |
void |
setDisplayLabel(java.lang.String value)
Sets the value of the displayLabel property. |
void |
setNote(java.lang.String value)
Sets the value of the note property. |
void |
setUsage(java.lang.String value)
Sets the value of the usage 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 access
protected java.lang.String dateLastAccessed
protected java.lang.String displayLabel
protected java.lang.String note
protected java.lang.String usage
| Constructor Detail |
|---|
public UrlType()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccess()
Stringpublic void setAccess(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDateLastAccessed()
Stringpublic void setDateLastAccessed(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayLabel()
Stringpublic void setDisplayLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsage()
Stringpublic void setUsage(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 | ||||||||