net.opengis.wfs.v_2_0
Class TransactionSummaryType

java.lang.Object
  extended by net.opengis.wfs.v_2_0.TransactionSummaryType
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 TransactionSummaryType
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 TransactionSummaryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransactionSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="totalInserted" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="totalUpdated" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="totalReplaced" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="totalDeleted" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger totalDeleted
           
protected  BigInteger totalInserted
           
protected  BigInteger totalReplaced
           
protected  BigInteger totalUpdated
           
 
Constructor Summary
TransactionSummaryType()
           
 
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)
           
 BigInteger getTotalDeleted()
          Gets the value of the totalDeleted property.
 BigInteger getTotalInserted()
          Gets the value of the totalInserted property.
 BigInteger getTotalReplaced()
          Gets the value of the totalReplaced property.
 BigInteger getTotalUpdated()
          Gets the value of the totalUpdated property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetTotalDeleted()
           
 boolean isSetTotalInserted()
           
 boolean isSetTotalReplaced()
           
 boolean isSetTotalUpdated()
           
 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 setTotalDeleted(BigInteger value)
          Sets the value of the totalDeleted property.
 void setTotalInserted(BigInteger value)
          Sets the value of the totalInserted property.
 void setTotalReplaced(BigInteger value)
          Sets the value of the totalReplaced property.
 void setTotalUpdated(BigInteger value)
          Sets the value of the totalUpdated property.
 String toString()
           
 TransactionSummaryType withTotalDeleted(BigInteger value)
           
 TransactionSummaryType withTotalInserted(BigInteger value)
           
 TransactionSummaryType withTotalReplaced(BigInteger value)
           
 TransactionSummaryType withTotalUpdated(BigInteger value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

totalInserted

protected BigInteger totalInserted

totalUpdated

protected BigInteger totalUpdated

totalReplaced

protected BigInteger totalReplaced

totalDeleted

protected BigInteger totalDeleted
Constructor Detail

TransactionSummaryType

public TransactionSummaryType()
Method Detail

getTotalInserted

public BigInteger getTotalInserted()
Gets the value of the totalInserted property.

Returns:
possible object is BigInteger

setTotalInserted

public void setTotalInserted(BigInteger value)
Sets the value of the totalInserted property.

Parameters:
value - allowed object is BigInteger

isSetTotalInserted

public boolean isSetTotalInserted()

getTotalUpdated

public BigInteger getTotalUpdated()
Gets the value of the totalUpdated property.

Returns:
possible object is BigInteger

setTotalUpdated

public void setTotalUpdated(BigInteger value)
Sets the value of the totalUpdated property.

Parameters:
value - allowed object is BigInteger

isSetTotalUpdated

public boolean isSetTotalUpdated()

getTotalReplaced

public BigInteger getTotalReplaced()
Gets the value of the totalReplaced property.

Returns:
possible object is BigInteger

setTotalReplaced

public void setTotalReplaced(BigInteger value)
Sets the value of the totalReplaced property.

Parameters:
value - allowed object is BigInteger

isSetTotalReplaced

public boolean isSetTotalReplaced()

getTotalDeleted

public BigInteger getTotalDeleted()
Gets the value of the totalDeleted property.

Returns:
possible object is BigInteger

setTotalDeleted

public void setTotalDeleted(BigInteger value)
Sets the value of the totalDeleted property.

Parameters:
value - allowed object is BigInteger

isSetTotalDeleted

public boolean isSetTotalDeleted()

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

withTotalInserted

public TransactionSummaryType withTotalInserted(BigInteger value)

withTotalUpdated

public TransactionSummaryType withTotalUpdated(BigInteger value)

withTotalReplaced

public TransactionSummaryType withTotalReplaced(BigInteger value)

withTotalDeleted

public TransactionSummaryType withTotalDeleted(BigInteger value)


Copyright © 2008-2014 Highsource. All Rights Reserved.