public class MetadataURLType extends Object
Java class for MetadataURLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataURLType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="TC211"/>
<enumeration value="FGDC"/>
</restriction>
</simpleType>
</attribute>
<attribute name="format" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="XML"/>
<enumeration value="SGML"/>
<enumeration value="TXT"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
format |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
MetadataURLType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Gets the value of the format property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getFormat()
StringThis work is licensed under a Creative Commons Attribution 4.0 International License.