public class Pds4ProductMetadata extends Object
Java class for Pds4ProductMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pds4ProductMetadata"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}xPath" maxOccurs="unbounded"/> </sequence> <attribute ref="{}objectType use="required""/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
objectType |
protected List<XPath> |
xPath |
Constructor and Description |
---|
Pds4ProductMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getObjectType()
Gets the value of the objectType property.
|
List<XPath> |
getXPath()
Gets the value of the xPath property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
public List<XPath> getXPath()
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 xPath property.
For example, to add a new item, do as follows:
getXPath().add(newItem);
Objects of the following type(s) are allowed in the list
XPath
public String getObjectType()
String
Copyright © 2019. All rights reserved.