public class Geometry extends Object
Java class for Geometry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Geometry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/> <element name="Vector" type="{http://pds.nasa.gov/pds4/pds/v1}Vector" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
localIdentifier |
protected List<Vector> |
vectors |
Constructor and Description |
---|
Geometry() |
Modifier and Type | Method and Description |
---|---|
String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
List<Vector> |
getVectors()
Gets the value of the vectors property.
|
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property.
|
protected String localIdentifier
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public List<Vector> getVectors()
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 vectors property.
For example, to add a new item, do as follows:
getVectors().add(newItem);
Objects of the following type(s) are allowed in the list
Vector
Copyright © 2016. All Rights Reserved.