|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.accessionImport.IdentifierType
public class IdentifierType
Java class for identifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="identifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="composite" type="{http://www.w3.org/2001/XMLSchema}string"/>
<sequence>
<element name="part1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
<element name="part2" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
<element name="part3" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
<element name="part4" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
composite
|
protected java.lang.String |
part1
|
protected java.lang.String |
part2
|
protected java.lang.String |
part3
|
protected java.lang.String |
part4
|
| Constructor Summary | |
|---|---|
IdentifierType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComposite()
Gets the value of the composite property. |
java.lang.String |
getPart1()
Gets the value of the part1 property. |
java.lang.String |
getPart2()
Gets the value of the part2 property. |
java.lang.String |
getPart3()
Gets the value of the part3 property. |
java.lang.String |
getPart4()
Gets the value of the part4 property. |
void |
setComposite(java.lang.String value)
Sets the value of the composite property. |
void |
setPart1(java.lang.String value)
Sets the value of the part1 property. |
void |
setPart2(java.lang.String value)
Sets the value of the part2 property. |
void |
setPart3(java.lang.String value)
Sets the value of the part3 property. |
void |
setPart4(java.lang.String value)
Sets the value of the part4 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 composite
protected java.lang.String part1
protected java.lang.String part2
protected java.lang.String part3
protected java.lang.String part4
| Constructor Detail |
|---|
public IdentifierType()
| Method Detail |
|---|
public java.lang.String getComposite()
Stringpublic void setComposite(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPart1()
Stringpublic void setPart1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPart2()
Stringpublic void setPart2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPart3()
Stringpublic void setPart3(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPart4()
Stringpublic void setPart4(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 | ||||||||