|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wfs.v_2_0.ValueCollectionType
public class ValueCollectionType
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ValueCollectionType()
|
|
| 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)
|
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()
|
ValueCollectionType |
withAdditionalValues(AdditionalValues value)
|
ValueCollectionType |
withMember(Collection<MemberPropertyType> values)
|
ValueCollectionType |
withMember(List<MemberPropertyType> value)
|
ValueCollectionType |
withMember(MemberPropertyType... values)
|
ValueCollectionType |
withNext(String value)
|
ValueCollectionType |
withNumberMatched(String value)
|
ValueCollectionType |
withNumberReturned(BigInteger value)
|
ValueCollectionType |
withPrevious(String value)
|
ValueCollectionType |
withTimeStamp(XMLGregorianCalendar value)
|
ValueCollectionType |
withTruncatedResponse(TruncatedResponse value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ValueCollectionType()
| Method Detail |
|---|
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 String toString()
toString in class Object
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.ToString
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.ToString
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.Equalspublic boolean equals(Object object)
equals in class Object
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.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
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.MergeFrompublic void setMember(List<MemberPropertyType> value)
public ValueCollectionType withMember(MemberPropertyType... values)
public ValueCollectionType withMember(Collection<MemberPropertyType> values)
public ValueCollectionType withAdditionalValues(AdditionalValues value)
public ValueCollectionType withTruncatedResponse(TruncatedResponse value)
public ValueCollectionType withTimeStamp(XMLGregorianCalendar value)
public ValueCollectionType withNumberMatched(String value)
public ValueCollectionType withNumberReturned(BigInteger value)
public ValueCollectionType withNext(String value)
public ValueCollectionType withPrevious(String value)
public ValueCollectionType withMember(List<MemberPropertyType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||