org.archiviststoolkit.structure.MODS
Class UrlType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.UrlType

public class UrlType
extends java.lang.Object

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

value

protected java.lang.String value

access

protected java.lang.String access

dateLastAccessed

protected java.lang.String dateLastAccessed

displayLabel

protected java.lang.String displayLabel

note

protected java.lang.String note

usage

protected java.lang.String usage
Constructor Detail

UrlType

public UrlType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getAccess

public java.lang.String getAccess()
Gets the value of the access property.

Returns:
possible object is String

setAccess

public void setAccess(java.lang.String value)
Sets the value of the access property.

Parameters:
value - allowed object is String

getDateLastAccessed

public java.lang.String getDateLastAccessed()
Gets the value of the dateLastAccessed property.

Returns:
possible object is String

setDateLastAccessed

public void setDateLastAccessed(java.lang.String value)
Sets the value of the dateLastAccessed property.

Parameters:
value - allowed object is String

getDisplayLabel

public java.lang.String getDisplayLabel()
Gets the value of the displayLabel property.

Returns:
possible object is String

setDisplayLabel

public void setDisplayLabel(java.lang.String value)
Sets the value of the displayLabel property.

Parameters:
value - allowed object is String

getNote

public java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

getUsage

public java.lang.String getUsage()
Gets the value of the usage property.

Returns:
possible object is String

setUsage

public void setUsage(java.lang.String value)
Sets the value of the usage property.

Parameters:
value - allowed object is String