public class MetadataURL
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>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="TC211"/>
<enumeration value="FGDC"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
format |
protected OnlineResource |
onlineResource |
protected java.lang.String |
type |
| Constructor and Description |
|---|
MetadataURL() |
| 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.
|
java.lang.String |
getType()
Gets the value of the type 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.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String format
protected OnlineResource onlineResource
protected java.lang.String type
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
OnlineResourcepublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.