public class FeatureListURL
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Format"/>
<element ref="{}OnlineResource"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
format |
protected OnlineResource |
onlineResource |
| Constructor and Description |
|---|
FeatureListURL() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat()
Gets the value of the format property.
|
OnlineResource |
getOnlineResource()
Gets the value of the onlineResource property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.
|
protected java.lang.String format
protected OnlineResource onlineResource
public java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
Stringpublic OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourceCopyright © 2013. All Rights Reserved.