|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.accessionImport.NameComplexType
public class NameComplexType
Java class for nameComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nameComplexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Person"/>
<enumeration value="Family"/>
<enumeration value="Corporate Body"/>
</restriction>
</simpleType>
</element>
<element name="sortName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="qualifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nameSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nameRule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="descriptionType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Administrative History"/>
<enumeration value="Biography"/>
</restriction>
</simpleType>
</element>
<element name="descriptionNote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="citation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="salutation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactAddress1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactAddress2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactRegion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactMailCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactFax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<sequence>
<element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="familyNamePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<sequence>
<element name="corporatePrimaryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="corporateSubordinate1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="corporateSubordinate2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<sequence>
<element name="personalPrimaryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="personalRestOfName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalDates" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalFullerForm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalDirectOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
citation
|
protected java.lang.String |
contactAddress1
|
protected java.lang.String |
contactAddress2
|
protected java.lang.String |
contactCity
|
protected java.lang.String |
contactCountry
|
protected java.lang.String |
contactEmail
|
protected java.lang.String |
contactFax
|
protected java.lang.String |
contactMailCode
|
protected java.lang.String |
contactName
|
protected java.lang.String |
contactPhone
|
protected java.lang.String |
contactRegion
|
protected java.lang.String |
corporatePrimaryName
|
protected java.lang.String |
corporateSubordinate1
|
protected java.lang.String |
corporateSubordinate2
|
protected java.lang.String |
descriptionNote
|
protected java.lang.String |
descriptionType
|
protected java.lang.String |
familyName
|
protected java.lang.String |
familyNamePrefix
|
protected java.lang.String |
nameRule
|
protected java.lang.String |
nameSource
|
protected java.lang.String |
nameType
|
protected java.lang.String |
number
|
protected java.lang.String |
personalDates
|
protected java.lang.Boolean |
personalDirectOrder
|
protected java.lang.String |
personalFullerForm
|
protected java.lang.String |
personalPrefix
|
protected java.lang.String |
personalPrimaryName
|
protected java.lang.String |
personalRestOfName
|
protected java.lang.String |
personalSuffix
|
protected java.lang.String |
personalTitle
|
protected java.lang.String |
qualifier
|
protected java.lang.String |
salutation
|
protected java.lang.String |
sortName
|
| Constructor Summary | |
|---|---|
NameComplexType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCitation()
Gets the value of the citation property. |
java.lang.String |
getContactAddress1()
Gets the value of the contactAddress1 property. |
java.lang.String |
getContactAddress2()
Gets the value of the contactAddress2 property. |
java.lang.String |
getContactCity()
Gets the value of the contactCity property. |
java.lang.String |
getContactCountry()
Gets the value of the contactCountry property. |
java.lang.String |
getContactEmail()
Gets the value of the contactEmail property. |
java.lang.String |
getContactFax()
Gets the value of the contactFax property. |
java.lang.String |
getContactMailCode()
Gets the value of the contactMailCode property. |
java.lang.String |
getContactName()
Gets the value of the contactName property. |
java.lang.String |
getContactPhone()
Gets the value of the contactPhone property. |
java.lang.String |
getContactRegion()
Gets the value of the contactRegion property. |
java.lang.String |
getCorporatePrimaryName()
Gets the value of the corporatePrimaryName property. |
java.lang.String |
getCorporateSubordinate1()
Gets the value of the corporateSubordinate1 property. |
java.lang.String |
getCorporateSubordinate2()
Gets the value of the corporateSubordinate2 property. |
java.lang.String |
getDescriptionNote()
Gets the value of the descriptionNote property. |
java.lang.String |
getDescriptionType()
Gets the value of the descriptionType property. |
java.lang.String |
getFamilyName()
Gets the value of the familyName property. |
java.lang.String |
getFamilyNamePrefix()
Gets the value of the familyNamePrefix property. |
java.lang.String |
getNameRule()
Gets the value of the nameRule property. |
java.lang.String |
getNameSource()
Gets the value of the nameSource property. |
java.lang.String |
getNameType()
Gets the value of the nameType property. |
java.lang.String |
getNumber()
Gets the value of the number property. |
java.lang.String |
getPersonalDates()
Gets the value of the personalDates property. |
java.lang.String |
getPersonalFullerForm()
Gets the value of the personalFullerForm property. |
java.lang.String |
getPersonalPrefix()
Gets the value of the personalPrefix property. |
java.lang.String |
getPersonalPrimaryName()
Gets the value of the personalPrimaryName property. |
java.lang.String |
getPersonalRestOfName()
Gets the value of the personalRestOfName property. |
java.lang.String |
getPersonalSuffix()
Gets the value of the personalSuffix property. |
java.lang.String |
getPersonalTitle()
Gets the value of the personalTitle property. |
java.lang.String |
getQualifier()
Gets the value of the qualifier property. |
java.lang.String |
getSalutation()
Gets the value of the salutation property. |
java.lang.String |
getSortName()
Gets the value of the sortName property. |
java.lang.Boolean |
isPersonalDirectOrder()
Gets the value of the personalDirectOrder property. |
void |
setCitation(java.lang.String value)
Sets the value of the citation property. |
void |
setContactAddress1(java.lang.String value)
Sets the value of the contactAddress1 property. |
void |
setContactAddress2(java.lang.String value)
Sets the value of the contactAddress2 property. |
void |
setContactCity(java.lang.String value)
Sets the value of the contactCity property. |
void |
setContactCountry(java.lang.String value)
Sets the value of the contactCountry property. |
void |
setContactEmail(java.lang.String value)
Sets the value of the contactEmail property. |
void |
setContactFax(java.lang.String value)
Sets the value of the contactFax property. |
void |
setContactMailCode(java.lang.String value)
Sets the value of the contactMailCode property. |
void |
setContactName(java.lang.String value)
Sets the value of the contactName property. |
void |
setContactPhone(java.lang.String value)
Sets the value of the contactPhone property. |
void |
setContactRegion(java.lang.String value)
Sets the value of the contactRegion property. |
void |
setCorporatePrimaryName(java.lang.String value)
Sets the value of the corporatePrimaryName property. |
void |
setCorporateSubordinate1(java.lang.String value)
Sets the value of the corporateSubordinate1 property. |
void |
setCorporateSubordinate2(java.lang.String value)
Sets the value of the corporateSubordinate2 property. |
void |
setDescriptionNote(java.lang.String value)
Sets the value of the descriptionNote property. |
void |
setDescriptionType(java.lang.String value)
Sets the value of the descriptionType property. |
void |
setFamilyName(java.lang.String value)
Sets the value of the familyName property. |
void |
setFamilyNamePrefix(java.lang.String value)
Sets the value of the familyNamePrefix property. |
void |
setNameRule(java.lang.String value)
Sets the value of the nameRule property. |
void |
setNameSource(java.lang.String value)
Sets the value of the nameSource property. |
void |
setNameType(java.lang.String value)
Sets the value of the nameType property. |
void |
setNumber(java.lang.String value)
Sets the value of the number property. |
void |
setPersonalDates(java.lang.String value)
Sets the value of the personalDates property. |
void |
setPersonalDirectOrder(java.lang.Boolean value)
Sets the value of the personalDirectOrder property. |
void |
setPersonalFullerForm(java.lang.String value)
Sets the value of the personalFullerForm property. |
void |
setPersonalPrefix(java.lang.String value)
Sets the value of the personalPrefix property. |
void |
setPersonalPrimaryName(java.lang.String value)
Sets the value of the personalPrimaryName property. |
void |
setPersonalRestOfName(java.lang.String value)
Sets the value of the personalRestOfName property. |
void |
setPersonalSuffix(java.lang.String value)
Sets the value of the personalSuffix property. |
void |
setPersonalTitle(java.lang.String value)
Sets the value of the personalTitle property. |
void |
setQualifier(java.lang.String value)
Sets the value of the qualifier property. |
void |
setSalutation(java.lang.String value)
Sets the value of the salutation property. |
void |
setSortName(java.lang.String value)
Sets the value of the sortName 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 nameType
protected java.lang.String sortName
protected java.lang.String number
protected java.lang.String qualifier
protected java.lang.String nameSource
protected java.lang.String nameRule
protected java.lang.String descriptionType
protected java.lang.String descriptionNote
protected java.lang.String citation
protected java.lang.String salutation
protected java.lang.String contactAddress1
protected java.lang.String contactAddress2
protected java.lang.String contactCity
protected java.lang.String contactRegion
protected java.lang.String contactCountry
protected java.lang.String contactMailCode
protected java.lang.String contactPhone
protected java.lang.String contactFax
protected java.lang.String contactEmail
protected java.lang.String contactName
protected java.lang.String familyName
protected java.lang.String familyNamePrefix
protected java.lang.String corporatePrimaryName
protected java.lang.String corporateSubordinate1
protected java.lang.String corporateSubordinate2
protected java.lang.String personalPrimaryName
protected java.lang.String personalRestOfName
protected java.lang.String personalPrefix
protected java.lang.String personalSuffix
protected java.lang.String personalDates
protected java.lang.String personalFullerForm
protected java.lang.String personalTitle
protected java.lang.Boolean personalDirectOrder
| Constructor Detail |
|---|
public NameComplexType()
| Method Detail |
|---|
public java.lang.String getNameType()
Stringpublic void setNameType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSortName()
Stringpublic void setSortName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumber()
Stringpublic void setNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQualifier()
Stringpublic void setQualifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameSource()
Stringpublic void setNameSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameRule()
Stringpublic void setNameRule(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescriptionType()
Stringpublic void setDescriptionType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescriptionNote()
Stringpublic void setDescriptionNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCitation()
Stringpublic void setCitation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSalutation()
Stringpublic void setSalutation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactAddress1()
Stringpublic void setContactAddress1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactAddress2()
Stringpublic void setContactAddress2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactCity()
Stringpublic void setContactCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactRegion()
Stringpublic void setContactRegion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactCountry()
Stringpublic void setContactCountry(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactMailCode()
Stringpublic void setContactMailCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactPhone()
Stringpublic void setContactPhone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactFax()
Stringpublic void setContactFax(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactEmail()
Stringpublic void setContactEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactName()
Stringpublic void setContactName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFamilyName()
Stringpublic void setFamilyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFamilyNamePrefix()
Stringpublic void setFamilyNamePrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCorporatePrimaryName()
Stringpublic void setCorporatePrimaryName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCorporateSubordinate1()
Stringpublic void setCorporateSubordinate1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCorporateSubordinate2()
Stringpublic void setCorporateSubordinate2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalPrimaryName()
Stringpublic void setPersonalPrimaryName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalRestOfName()
Stringpublic void setPersonalRestOfName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalPrefix()
Stringpublic void setPersonalPrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalSuffix()
Stringpublic void setPersonalSuffix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalDates()
Stringpublic void setPersonalDates(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalFullerForm()
Stringpublic void setPersonalFullerForm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalTitle()
Stringpublic void setPersonalTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isPersonalDirectOrder()
Booleanpublic void setPersonalDirectOrder(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||