|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.TypeOfResourceType
public class TypeOfResourceType
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 |
|---|
protected ResourceType value
protected java.lang.String collection
protected java.lang.String manuscript
| Constructor Detail |
|---|
public TypeOfResourceType()
| Method Detail |
|---|
public ResourceType getValue()
ResourceTypepublic void setValue(ResourceType value)
value - allowed object is
ResourceTypepublic java.lang.String getCollection()
Stringpublic void setCollection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getManuscript()
Stringpublic void setManuscript(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 | ||||||||