public class HarvestType extends RequestBaseType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for HarvestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HarvestType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}RequestBaseType">
<sequence>
<element name="Source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="ResourceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ResourceFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HarvestInterval" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ResponseHandler" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
harvestInterval |
protected String |
resourceFormat |
protected String |
resourceType |
protected List<String> |
responseHandler |
protected String |
source |
service, version| Constructor and Description |
|---|
HarvestType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Duration |
getHarvestInterval()
Gets the value of the harvestInterval property.
|
String |
getResourceFormat()
Gets the value of the resourceFormat property.
|
String |
getResourceType()
Gets the value of the resourceType property.
|
List<String> |
getResponseHandler()
Gets the value of the responseHandler property.
|
String |
getSource()
Gets the value of the source property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetHarvestInterval() |
boolean |
isSetResourceFormat() |
boolean |
isSetResourceType() |
boolean |
isSetResponseHandler() |
boolean |
isSetSource() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setHarvestInterval(Duration value)
Sets the value of the harvestInterval property.
|
void |
setResourceFormat(String value)
Sets the value of the resourceFormat property.
|
void |
setResourceType(String value)
Sets the value of the resourceType property.
|
void |
setResponseHandler(List<String> value) |
void |
setSource(String value)
Sets the value of the source property.
|
String |
toString() |
void |
unsetResponseHandler() |
getService, getVersion, isSetService, isSetVersion, setService, setVersionprotected String source
protected String resourceType
protected String resourceFormat
protected Duration harvestInterval
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
public String getResourceType()
Stringpublic void setResourceType(String value)
value - allowed object is
Stringpublic boolean isSetResourceType()
public String getResourceFormat()
Stringpublic void setResourceFormat(String value)
value - allowed object is
Stringpublic boolean isSetResourceFormat()
public Duration getHarvestInterval()
Durationpublic void setHarvestInterval(Duration value)
value - allowed object is
Durationpublic boolean isSetHarvestInterval()
public List<String> getResponseHandler()
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 responseHandler property.
For example, to add a new item, do as follows:
getResponseHandler().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetResponseHandler()
public void unsetResponseHandler()
public String toString()
toString in class RequestBaseTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class RequestBaseTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class RequestBaseTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class RequestBaseTypepublic boolean equals(Object object)
equals in class RequestBaseTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class RequestBaseTypepublic int hashCode()
hashCode in class RequestBaseTypepublic Object clone()
clone in class RequestBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseTypeThis work is licensed under a Creative Commons Attribution 4.0 International License.