public class ValueCollectionType extends Object 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 ValueCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueCollectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wfs/2.0}member" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs/2.0}additionalValues" 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"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdditionalValues |
additionalValues |
protected List<MemberPropertyType> |
member |
protected String |
next |
protected String |
numberMatched |
protected BigInteger |
numberReturned |
protected String |
previous |
protected XMLGregorianCalendar |
timeStamp |
protected TruncatedResponse |
truncatedResponse |
| Constructor and Description |
|---|
ValueCollectionType() |
| 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) |
AdditionalValues |
getAdditionalValues()
Gets the value of the additionalValues property.
|
List<MemberPropertyType> |
getMember()
Gets the value of the member 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 |
isSetAdditionalValues() |
boolean |
isSetMember() |
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 |
setAdditionalValues(AdditionalValues value)
Sets the value of the additionalValues property.
|
void |
setMember(List<MemberPropertyType> value) |
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() |
void |
unsetMember() |
protected List<MemberPropertyType> member
protected AdditionalValues additionalValues
protected TruncatedResponse truncatedResponse
protected XMLGregorianCalendar timeStamp
protected String numberMatched
protected BigInteger numberReturned
protected String next
protected String previous
public List<MemberPropertyType> getMember()
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 member property.
For example, to add a new item, do as follows:
getMember().add(newItem);
Objects of the following type(s) are allowed in the list
MemberPropertyType
public boolean isSetMember()
public void unsetMember()
public AdditionalValues getAdditionalValues()
AdditionalValuespublic void setAdditionalValues(AdditionalValues value)
value - allowed object is
AdditionalValuespublic boolean isSetAdditionalValues()
public TruncatedResponse getTruncatedResponse()
TruncatedResponsepublic void setTruncatedResponse(TruncatedResponse value)
value - allowed object is
TruncatedResponsepublic boolean isSetTruncatedResponse()
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 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.ToStringpublic 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.ToStringpublic 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.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic 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.MergeFrompublic 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.MergeFrompublic void setMember(List<MemberPropertyType> value)
This work is licensed under a Creative Commons Attribution 4.0 International License.