|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.EAD.Eadid
public class Eadid
Java class for eadid complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eadid">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:isbn:1-931666-22-9}am.countrycode"/>
<attribute name="publicid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="urn" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="mainagencycode" type="{urn:isbn:1-931666-22-9}data.repositorycode" />
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="encodinganalog" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
content
|
protected java.lang.String |
countrycode
|
protected java.lang.String |
encodinganalog
|
protected java.lang.String |
identifier
|
protected java.lang.String |
mainagencycode
|
protected java.lang.String |
publicid
|
protected java.lang.String |
url
|
protected java.lang.String |
urn
|
| Constructor Summary | |
|---|---|
Eadid()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Gets the value of the content property. |
java.lang.String |
getCountrycode()
Gets the value of the countrycode property. |
java.lang.String |
getEncodinganalog()
Gets the value of the encodinganalog property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getMainagencycode()
Gets the value of the mainagencycode property. |
java.lang.String |
getPublicid()
Gets the value of the publicid property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
java.lang.String |
getUrn()
Gets the value of the urn property. |
void |
setContent(java.lang.String value)
Sets the value of the content property. |
void |
setCountrycode(java.lang.String value)
Sets the value of the countrycode property. |
void |
setEncodinganalog(java.lang.String value)
Sets the value of the encodinganalog property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setMainagencycode(java.lang.String value)
Sets the value of the mainagencycode property. |
void |
setPublicid(java.lang.String value)
Sets the value of the publicid property. |
void |
setUrl(java.lang.String value)
Sets the value of the url property. |
void |
setUrn(java.lang.String value)
Sets the value of the urn 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 content
protected java.lang.String publicid
protected java.lang.String urn
protected java.lang.String url
protected java.lang.String mainagencycode
protected java.lang.String identifier
protected java.lang.String encodinganalog
protected java.lang.String countrycode
| Constructor Detail |
|---|
public Eadid()
| Method Detail |
|---|
public java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPublicid()
Stringpublic void setPublicid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrn()
Stringpublic void setUrn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMainagencycode()
Stringpublic void setMainagencycode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncodinganalog()
Stringpublic void setEncodinganalog(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountrycode()
Stringpublic void setCountrycode(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 | ||||||||