org.archiviststoolkit.structure.MODS
Class TypeOfResourceType

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

public class TypeOfResourceType
extends java.lang.Object

LDR/6

Java class for typeOfResourceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="typeOfResourceType">
   <simpleContent>
     <extension base="<http://www.loc.gov/mods/v3>resourceType">
       <attribute name="collection">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="yes"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="manuscript">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="yes"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String collection
           
protected  java.lang.String manuscript
           
protected  ResourceType value
           
 
Constructor Summary
TypeOfResourceType()
           
 
Method Summary
 java.lang.String getCollection()
          Gets the value of the collection property.
 java.lang.String getManuscript()
          Gets the value of the manuscript property.
 ResourceType getValue()
          Gets the value of the value property.
 void setCollection(java.lang.String value)
          Sets the value of the collection property.
 void setManuscript(java.lang.String value)
          Sets the value of the manuscript property.
 void setValue(ResourceType 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 ResourceType value

collection

protected java.lang.String collection

manuscript

protected java.lang.String manuscript
Constructor Detail

TypeOfResourceType

public TypeOfResourceType()
Method Detail

getValue

public ResourceType getValue()
Gets the value of the value property.

Returns:
possible object is ResourceType

setValue

public void setValue(ResourceType value)
Sets the value of the value property.

Parameters:
value - allowed object is ResourceType

getCollection

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

Returns:
possible object is String

setCollection

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

Parameters:
value - allowed object is String

getManuscript

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

Returns:
possible object is String

setManuscript

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

Parameters:
value - allowed object is String