org.archiviststoolkit.structure.MODS
Class SubjectType.Cartographics

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.SubjectType.Cartographics
Enclosing class:
SubjectType

public static class SubjectType.Cartographics
extends java.lang.Object

255

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="scale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="projection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="coordinates" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> coordinates
           
protected  java.lang.String projection
           
protected  java.lang.String scale
           
 
Constructor Summary
SubjectType.Cartographics()
           
 
Method Summary
 java.util.List<java.lang.String> getCoordinates()
          Gets the value of the coordinates property.
 java.lang.String getProjection()
          Gets the value of the projection property.
 java.lang.String getScale()
          Gets the value of the scale property.
 void setProjection(java.lang.String value)
          Sets the value of the projection property.
 void setScale(java.lang.String value)
          Sets the value of the scale property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scale

protected java.lang.String scale

projection

protected java.lang.String projection

coordinates

protected java.util.List<java.lang.String> coordinates
Constructor Detail

SubjectType.Cartographics

public SubjectType.Cartographics()
Method Detail

getScale

public java.lang.String getScale()
Gets the value of the scale property.

Returns:
possible object is String

setScale

public void setScale(java.lang.String value)
Sets the value of the scale property.

Parameters:
value - allowed object is String

getProjection

public java.lang.String getProjection()
Gets the value of the projection property.

Returns:
possible object is String

setProjection

public void setProjection(java.lang.String value)
Sets the value of the projection property.

Parameters:
value - allowed object is String

getCoordinates

public java.util.List<java.lang.String> getCoordinates()
Gets the value of the coordinates property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the coordinates property.

For example, to add a new item, do as follows:

    getCoordinates().add(newItem);
 

Objects of the following type(s) are allowed in the list String