public class LidContents
extends java.lang.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 java.lang.Boolean |
appendDir |
protected java.lang.Boolean |
appendFilename |
protected java.util.List<ElementName> |
elementName |
protected java.lang.String |
offset |
protected java.lang.String |
prefix |
Constructor and Description |
---|
LidContents() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ElementName> |
getElementName()
Gets the value of the elementName property.
|
java.lang.String |
getOffset()
Gets the value of the offset property.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the appendDir property.
|
void |
setAppendFilename(java.lang.Boolean value)
Sets the value of the appendFilename property.
|
void |
setOffset(java.lang.String value)
Sets the value of the offset property.
|
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property.
|
protected java.lang.String offset
protected java.util.List<ElementName> elementName
protected java.lang.String prefix
protected java.lang.Boolean appendFilename
protected java.lang.Boolean appendDir
public java.lang.String getOffset()
String
public void setOffset(java.lang.String value)
value
- allowed object is
String
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 java.lang.String getPrefix()
String
public void setPrefix(java.lang.String value)
value
- allowed object is
String
public boolean isAppendFilename()
Boolean
public void setAppendFilename(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isAppendDir()
Boolean
public void setAppendDir(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.