public class TitleContents
extends java.lang.Object
Java class for TitleContents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TitleContents"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}elementName" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}appendFilename"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
appendFilename |
protected java.util.List<ElementName> |
elementName |
Constructor and Description |
---|
TitleContents() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ElementName> |
getElementName()
Gets the value of the elementName property.
|
boolean |
isAppendFilename()
Gets the value of the appendFilename property.
|
void |
setAppendFilename(java.lang.Boolean value)
Sets the value of the appendFilename property.
|
protected java.util.List<ElementName> elementName
protected java.lang.Boolean appendFilename
public java.util.List<ElementName> getElementName()
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 elementName property.
For example, to add a new item, do as follows:
getElementName().add(newItem);
Objects of the following type(s) are allowed in the list
ElementName
public boolean isAppendFilename()
Boolean
public void setAppendFilename(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.