|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wfs.v_2_0.SimpleFeatureCollectionType
net.opengis.wfs.v_2_0.FeatureCollectionType
public class FeatureCollectionType
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>
| Field Summary | |
|---|---|
protected AdditionalObjects |
additionalObjects
|
protected String |
lockId
|
protected String |
next
|
protected String |
numberMatched
|
protected BigInteger |
numberReturned
|
protected String |
previous
|
protected XMLGregorianCalendar |
timeStamp
|
protected TruncatedResponse |
truncatedResponse
|
| Fields inherited from class net.opengis.wfs.v_2_0.SimpleFeatureCollectionType |
|---|
boundedBy, member |
| Constructor Summary | |
|---|---|
FeatureCollectionType()
|
|
| Method Summary | |
|---|---|
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()
|
FeatureCollectionType |
withAdditionalObjects(AdditionalObjects value)
|
FeatureCollectionType |
withBoundedBy(EnvelopePropertyType value)
|
FeatureCollectionType |
withLockId(String value)
|
FeatureCollectionType |
withMember(Collection<MemberPropertyType> values)
|
FeatureCollectionType |
withMember(List<MemberPropertyType> value)
|
FeatureCollectionType |
withMember(MemberPropertyType... values)
|
FeatureCollectionType |
withNext(String value)
|
FeatureCollectionType |
withNumberMatched(String value)
|
FeatureCollectionType |
withNumberReturned(BigInteger value)
|
FeatureCollectionType |
withPrevious(String value)
|
FeatureCollectionType |
withTimeStamp(XMLGregorianCalendar value)
|
FeatureCollectionType |
withTruncatedResponse(TruncatedResponse value)
|
| Methods inherited from class net.opengis.wfs.v_2_0.SimpleFeatureCollectionType |
|---|
getBoundedBy, getMember, isSetBoundedBy, isSetMember, setBoundedBy, setMember, unsetMember |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AdditionalObjects additionalObjects
protected TruncatedResponse truncatedResponse
protected String lockId
protected XMLGregorianCalendar timeStamp
protected String numberMatched
protected BigInteger numberReturned
protected String next
protected String previous
| Constructor Detail |
|---|
public FeatureCollectionType()
| Method Detail |
|---|
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 SimpleFeatureCollectionType
public 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 SimpleFeatureCollectionType
public 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 SimpleFeatureCollectionType
public 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 SimpleFeatureCollectionType
public 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 SimpleFeatureCollectionType
public 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 SimpleFeatureCollectionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class SimpleFeatureCollectionType
public 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 SimpleFeatureCollectionTypepublic FeatureCollectionType withAdditionalObjects(AdditionalObjects value)
public FeatureCollectionType withTruncatedResponse(TruncatedResponse value)
public FeatureCollectionType withLockId(String value)
public FeatureCollectionType withTimeStamp(XMLGregorianCalendar value)
public FeatureCollectionType withNumberMatched(String value)
public FeatureCollectionType withNumberReturned(BigInteger value)
public FeatureCollectionType withNext(String value)
public FeatureCollectionType withPrevious(String value)
public FeatureCollectionType withBoundedBy(EnvelopePropertyType value)
withBoundedBy in class SimpleFeatureCollectionTypepublic FeatureCollectionType withMember(MemberPropertyType... values)
withMember in class SimpleFeatureCollectionTypepublic FeatureCollectionType withMember(Collection<MemberPropertyType> values)
withMember in class SimpleFeatureCollectionTypepublic FeatureCollectionType withMember(List<MemberPropertyType> value)
withMember in class SimpleFeatureCollectionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||