|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.SubjectType.Cartographics
public static class SubjectType.Cartographics
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 |
|---|
protected java.lang.String scale
protected java.lang.String projection
protected java.util.List<java.lang.String> coordinates
| Constructor Detail |
|---|
public SubjectType.Cartographics()
| Method Detail |
|---|
public java.lang.String getScale()
Stringpublic void setScale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProjection()
Stringpublic void setProjection(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getCoordinates()
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||