public class FeatureCollectionType extends SimpleFeatureCollectionType implements 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 FeatureCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureCollectionType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.0}SimpleFeatureCollectionType">
<sequence>
<element ref="{http://www.opengis.net/wfs/2.0}additionalObjects" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs/2.0}truncatedResponse" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.0}StandardResponseParameters"/>
<attribute name="lockId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdditionalObjects |
additionalObjects |
protected String |
lockId |
protected String |
next |
protected String |
numberMatched |
protected BigInteger |
numberReturned |
protected String |
previous |
protected XMLGregorianCalendar |
timeStamp |
protected TruncatedResponse |
truncatedResponse |
boundedBy, member| Constructor and Description |
|---|
FeatureCollectionType() |
| 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) |
AdditionalObjects |
getAdditionalObjects()
Gets the value of the additionalObjects property.
|
String |
getLockId()
Gets the value of the lockId property.
|
String |
getNext()
Gets the value of the next property.
|
String |
getNumberMatched()
Gets the value of the numberMatched property.
|
BigInteger |
getNumberReturned()
Gets the value of the numberReturned property.
|
String |
getPrevious()
Gets the value of the previous property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
TruncatedResponse |
getTruncatedResponse()
Gets the value of the truncatedResponse property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetAdditionalObjects() |
boolean |
isSetLockId() |
boolean |
isSetNext() |
boolean |
isSetNumberMatched() |
boolean |
isSetNumberReturned() |
boolean |
isSetPrevious() |
boolean |
isSetTimeStamp() |
boolean |
isSetTruncatedResponse() |
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 |
setAdditionalObjects(AdditionalObjects value)
Sets the value of the additionalObjects property.
|
void |
setLockId(String value)
Sets the value of the lockId property.
|
void |
setNext(String value)
Sets the value of the next property.
|
void |
setNumberMatched(String value)
Sets the value of the numberMatched property.
|
void |
setNumberReturned(BigInteger value)
Sets the value of the numberReturned property.
|
void |
setPrevious(String value)
Sets the value of the previous property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
void |
setTruncatedResponse(TruncatedResponse value)
Sets the value of the truncatedResponse property.
|
String |
toString() |
getBoundedBy, getMember, isSetBoundedBy, isSetMember, setBoundedBy, setMember, unsetMemberprotected AdditionalObjects additionalObjects
protected TruncatedResponse truncatedResponse
protected String lockId
protected XMLGregorianCalendar timeStamp
protected String numberMatched
protected BigInteger numberReturned
protected String next
protected String previous
public AdditionalObjects getAdditionalObjects()
AdditionalObjectspublic void setAdditionalObjects(AdditionalObjects value)
value - allowed object is
AdditionalObjectspublic boolean isSetAdditionalObjects()
public TruncatedResponse getTruncatedResponse()
TruncatedResponsepublic void setTruncatedResponse(TruncatedResponse value)
value - allowed object is
TruncatedResponsepublic boolean isSetTruncatedResponse()
public String getLockId()
Stringpublic void setLockId(String value)
value - allowed object is
Stringpublic boolean isSetLockId()
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimeStamp()
public String getNumberMatched()
Stringpublic void setNumberMatched(String value)
value - allowed object is
Stringpublic boolean isSetNumberMatched()
public BigInteger getNumberReturned()
BigIntegerpublic void setNumberReturned(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumberReturned()
public String getNext()
Stringpublic void setNext(String value)
value - allowed object is
Stringpublic boolean isSetNext()
public String getPrevious()
Stringpublic void setPrevious(String value)
value - allowed object is
Stringpublic boolean isSetPrevious()
public String toString()
toString in class SimpleFeatureCollectionTypepublic 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 SimpleFeatureCollectionTypepublic 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 SimpleFeatureCollectionTypepublic 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 SimpleFeatureCollectionTypepublic boolean equals(Object object)
equals in class SimpleFeatureCollectionTypepublic 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 SimpleFeatureCollectionTypepublic int hashCode()
hashCode in class SimpleFeatureCollectionTypepublic Object clone()
clone in class SimpleFeatureCollectionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class SimpleFeatureCollectionTypepublic 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 SimpleFeatureCollectionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class SimpleFeatureCollectionTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class SimpleFeatureCollectionTypepublic 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 SimpleFeatureCollectionTypeThis work is licensed under a Creative Commons Attribution 4.0 International License.