public class LidContents extends Object
Java class for LidContents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LidContents"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}offset" minOccurs="0"/> <element ref="{}elementName" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}prefix use="required""/> <attribute ref="{}appendFilename"/> <attribute ref="{}appendDir"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
appendDir |
protected Boolean |
appendFilename |
protected List<ElementName> |
elementName |
protected String |
offset |
protected String |
prefix |
Constructor and Description |
---|
LidContents() |
Modifier and Type | Method and Description |
---|---|
List<ElementName> |
getElementName()
Gets the value of the elementName property.
|
String |
getOffset()
Gets the value of the offset property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
boolean |
isAppendDir()
Gets the value of the appendDir property.
|
boolean |
isAppendFilename()
Gets the value of the appendFilename property.
|
void |
setAppendDir(Boolean value)
Sets the value of the appendDir property.
|
void |
setAppendFilename(Boolean value)
Sets the value of the appendFilename property.
|
void |
setOffset(String value)
Sets the value of the offset property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
protected String offset
protected List<ElementName> elementName
protected String prefix
protected Boolean appendFilename
protected Boolean appendDir
public String getOffset()
String
public void setOffset(String value)
value
- allowed object is
String
public 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 String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public boolean isAppendFilename()
Boolean
public void setAppendFilename(Boolean value)
value
- allowed object is
Boolean
public boolean isAppendDir()
Boolean
Copyright © 2010–2018 Planetary Data System. All rights reserved.