public class MetadataInfo extends Object
Java class for MetadataInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Contact" type="{http://tethys.sdsu.edu/schema/1.0}ResponsibleParty"/> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="UpdateFrequency"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="as-needed"/> <enumeration value="unplanned"/> <enumeration value="yearly"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ResponsibleParty |
contact |
protected XMLGregorianCalendar |
date |
protected String |
updateFrequency |
Constructor and Description |
---|
MetadataInfo() |
Modifier and Type | Method and Description |
---|---|
ResponsibleParty |
getContact()
Gets the value of the contact property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getUpdateFrequency()
Gets the value of the updateFrequency property.
|
void |
setContact(ResponsibleParty value)
Sets the value of the contact property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setUpdateFrequency(String value)
Sets the value of the updateFrequency property.
|
protected ResponsibleParty contact
protected XMLGregorianCalendar date
protected String updateFrequency
public ResponsibleParty getContact()
ResponsibleParty
public void setContact(ResponsibleParty value)
value
- allowed object is
ResponsibleParty
public XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getUpdateFrequency()
String
Copyright © 2024 Tethys. All rights reserved.