org.archiviststoolkit.structure.EAD
Class Eadid

java.lang.Object
  extended by org.archiviststoolkit.structure.EAD.Eadid

public class Eadid
extends java.lang.Object

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

content

protected java.lang.String content

publicid

protected java.lang.String publicid

urn

protected java.lang.String urn

url

protected java.lang.String url

mainagencycode

protected java.lang.String mainagencycode

identifier

protected java.lang.String identifier

encodinganalog

protected java.lang.String encodinganalog

countrycode

protected java.lang.String countrycode
Constructor Detail

Eadid

public Eadid()
Method Detail

getContent

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

Returns:
possible object is String

setContent

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

Parameters:
value - allowed object is String

getPublicid

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

Returns:
possible object is String

setPublicid

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

Parameters:
value - allowed object is String

getUrn

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

Returns:
possible object is String

setUrn

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

Parameters:
value - allowed object is String

getUrl

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

Returns:
possible object is String

setUrl

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

Parameters:
value - allowed object is String

getMainagencycode

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

Returns:
possible object is String

setMainagencycode

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

Parameters:
value - allowed object is String

getIdentifier

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

Returns:
possible object is String

setIdentifier

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

Parameters:
value - allowed object is String

getEncodinganalog

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

Returns:
possible object is String

setEncodinganalog

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

Parameters:
value - allowed object is String

getCountrycode

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

Returns:
possible object is String

setCountrycode

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

Parameters:
value - allowed object is String