net.opengis.wfs.v_2_0
Class ValueCollectionType

java.lang.Object
  extended by net.opengis.wfs.v_2_0.ValueCollectionType
All Implemented Interfaces:
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

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>
 


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

member

protected List<MemberPropertyType> member

additionalValues

protected AdditionalValues additionalValues

truncatedResponse

protected TruncatedResponse truncatedResponse

timeStamp

protected XMLGregorianCalendar timeStamp

numberMatched

protected String numberMatched

numberReturned

protected BigInteger numberReturned

next

protected String next

previous

protected String previous
Constructor Detail

ValueCollectionType

public ValueCollectionType()
Method Detail

getMember

public List<MemberPropertyType> getMember()
Gets the value of the member property.

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


isSetMember

public boolean isSetMember()

unsetMember

public void unsetMember()

getAdditionalValues

public AdditionalValues getAdditionalValues()
Gets the value of the additionalValues property.

Returns:
possible object is AdditionalValues

setAdditionalValues

public void setAdditionalValues(AdditionalValues value)
Sets the value of the additionalValues property.

Parameters:
value - allowed object is AdditionalValues

isSetAdditionalValues

public boolean isSetAdditionalValues()

getTruncatedResponse

public TruncatedResponse getTruncatedResponse()
Gets the value of the truncatedResponse property.

Returns:
possible object is TruncatedResponse

setTruncatedResponse

public void setTruncatedResponse(TruncatedResponse value)
Sets the value of the truncatedResponse property.

Parameters:
value - allowed object is TruncatedResponse

isSetTruncatedResponse

public boolean isSetTruncatedResponse()

getTimeStamp

public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.

Returns:
possible object is XMLGregorianCalendar

setTimeStamp

public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetTimeStamp

public boolean isSetTimeStamp()

getNumberMatched

public String getNumberMatched()
Gets the value of the numberMatched property.

Returns:
possible object is String

setNumberMatched

public void setNumberMatched(String value)
Sets the value of the numberMatched property.

Parameters:
value - allowed object is String

isSetNumberMatched

public boolean isSetNumberMatched()

getNumberReturned

public BigInteger getNumberReturned()
Gets the value of the numberReturned property.

Returns:
possible object is BigInteger

setNumberReturned

public void setNumberReturned(BigInteger value)
Sets the value of the numberReturned property.

Parameters:
value - allowed object is BigInteger

isSetNumberReturned

public boolean isSetNumberReturned()

getNext

public String getNext()
Gets the value of the next property.

Returns:
possible object is String

setNext

public void setNext(String value)
Sets the value of the next property.

Parameters:
value - allowed object is String

isSetNext

public boolean isSetNext()

getPrevious

public String getPrevious()
Gets the value of the previous property.

Returns:
possible object is String

setPrevious

public void setPrevious(String value)
Sets the value of the previous property.

Parameters:
value - allowed object is String

isSetPrevious

public boolean isSetPrevious()

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

setMember

public void setMember(List<MemberPropertyType> value)

withMember

public ValueCollectionType withMember(MemberPropertyType... values)

withMember

public ValueCollectionType withMember(Collection<MemberPropertyType> values)

withAdditionalValues

public ValueCollectionType withAdditionalValues(AdditionalValues value)

withTruncatedResponse

public ValueCollectionType withTruncatedResponse(TruncatedResponse value)

withTimeStamp

public ValueCollectionType withTimeStamp(XMLGregorianCalendar value)

withNumberMatched

public ValueCollectionType withNumberMatched(String value)

withNumberReturned

public ValueCollectionType withNumberReturned(BigInteger value)

withNext

public ValueCollectionType withNext(String value)

withPrevious

public ValueCollectionType withPrevious(String value)

withMember

public ValueCollectionType withMember(List<MemberPropertyType> value)


Copyright © 2008-2014 Highsource. All Rights Reserved.