|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.ValueCollectionType
public class ValueCollectionType
Classe Java pour ValueCollectionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ValueCollectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wfs/2.1}member" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs/2.1}additionalValues" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs/2.1}truncatedResponse" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.1}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 | |
|---|---|
AdditionalValues |
getAdditionalValues()
Obtient la valeur de la propriété additionalValues. |
List<MemberPropertyType> |
getMember()
Gets the value of the member property. |
String |
getNext()
Obtient la valeur de la propriété next. |
String |
getNumberMatched()
Obtient la valeur de la propriété numberMatched. |
BigInteger |
getNumberReturned()
Obtient la valeur de la propriété numberReturned. |
String |
getPrevious()
Obtient la valeur de la propriété previous. |
XMLGregorianCalendar |
getTimeStamp()
Obtient la valeur de la propriété timeStamp. |
TruncatedResponse |
getTruncatedResponse()
Obtient la valeur de la propriété truncatedResponse. |
boolean |
isSetAdditionalValues()
|
boolean |
isSetMember()
|
boolean |
isSetNext()
|
boolean |
isSetNumberMatched()
|
boolean |
isSetNumberReturned()
|
boolean |
isSetPrevious()
|
boolean |
isSetTimeStamp()
|
boolean |
isSetTruncatedResponse()
|
void |
setAdditionalValues(AdditionalValues value)
Définit la valeur de la propriété additionalValues. |
void |
setNext(String value)
Définit la valeur de la propriété next. |
void |
setNumberMatched(String value)
Définit la valeur de la propriété numberMatched. |
void |
setNumberReturned(BigInteger value)
Définit la valeur de la propriété numberReturned. |
void |
setPrevious(String value)
Définit la valeur de la propriété previous. |
void |
setTimeStamp(XMLGregorianCalendar value)
Définit la valeur de la propriété timeStamp. |
void |
setTruncatedResponse(TruncatedResponse value)
Définit la valeur de la propriété truncatedResponse. |
void |
unsetMember()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||