org.archiviststoolkit.structure.accessionImport
Class IdentifierType

java.lang.Object
  extended by org.archiviststoolkit.structure.accessionImport.IdentifierType

public class IdentifierType
extends java.lang.Object

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

composite

protected java.lang.String composite

part1

protected java.lang.String part1

part2

protected java.lang.String part2

part3

protected java.lang.String part3

part4

protected java.lang.String part4
Constructor Detail

IdentifierType

public IdentifierType()
Method Detail

getComposite

public java.lang.String getComposite()
Gets the value of the composite property.

Returns:
possible object is String

setComposite

public void setComposite(java.lang.String value)
Sets the value of the composite property.

Parameters:
value - allowed object is String

getPart1

public java.lang.String getPart1()
Gets the value of the part1 property.

Returns:
possible object is String

setPart1

public void setPart1(java.lang.String value)
Sets the value of the part1 property.

Parameters:
value - allowed object is String

getPart2

public java.lang.String getPart2()
Gets the value of the part2 property.

Returns:
possible object is String

setPart2

public void setPart2(java.lang.String value)
Sets the value of the part2 property.

Parameters:
value - allowed object is String

getPart3

public java.lang.String getPart3()
Gets the value of the part3 property.

Returns:
possible object is String

setPart3

public void setPart3(java.lang.String value)
Sets the value of the part3 property.

Parameters:
value - allowed object is String

getPart4

public java.lang.String getPart4()
Gets the value of the part4 property.

Returns:
possible object is String

setPart4

public void setPart4(java.lang.String value)
Sets the value of the part4 property.

Parameters:
value - allowed object is String