net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.wsrm.impl
Class SequenceAcknowledgementImpl.AcknowledgementRangeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.wsrm.impl.SequenceAcknowledgementImpl.AcknowledgementRangeImpl
All Implemented Interfaces:
Serializable, Cloneable, SequenceAcknowledgement.AcknowledgementRange
Enclosing class:
SequenceAcknowledgementImpl

public static class SequenceAcknowledgementImpl.AcknowledgementRangeImpl
extends Object
implements Serializable, Cloneable, SequenceAcknowledgement.AcknowledgementRange

See Also:
Serialized Form

Field Summary
protected  BigInteger lower
           
protected  BigInteger upper
           
 
Constructor Summary
SequenceAcknowledgementImpl.AcknowledgementRangeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.wsrm.impl.SequenceAcknowledgementImpl.AcknowledgementRangeImpl instance.
SequenceAcknowledgementImpl.AcknowledgementRangeImpl(SequenceAcknowledgementImpl.AcknowledgementRangeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.wsrm.impl.SequenceAcknowledgementImpl.AcknowledgementRangeImpl instance by copying a given instance.
 
Method Summary
 SequenceAcknowledgementImpl.AcknowledgementRangeImpl clone()
          Creates and returns a copy of this object.
 BigInteger getLower()
          Gets the value of the lower property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 BigInteger getUpper()
          Gets the value of the upper property.
 void setLower(BigInteger value)
          Sets the value of the lower property.
 void setUpper(BigInteger value)
          Sets the value of the upper property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

upper

protected BigInteger upper

lower

protected BigInteger lower
Constructor Detail

SequenceAcknowledgementImpl.AcknowledgementRangeImpl

public SequenceAcknowledgementImpl.AcknowledgementRangeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.wsrm.impl.SequenceAcknowledgementImpl.AcknowledgementRangeImpl instance.


SequenceAcknowledgementImpl.AcknowledgementRangeImpl

public SequenceAcknowledgementImpl.AcknowledgementRangeImpl(SequenceAcknowledgementImpl.AcknowledgementRangeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.wsrm.impl.SequenceAcknowledgementImpl.AcknowledgementRangeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getUpper

public BigInteger getUpper()
Description copied from interface: SequenceAcknowledgement.AcknowledgementRange
Gets the value of the upper property.

Specified by:
getUpper in interface SequenceAcknowledgement.AcknowledgementRange
Returns:
possible object is BigInteger

setUpper

public void setUpper(BigInteger value)
Description copied from interface: SequenceAcknowledgement.AcknowledgementRange
Sets the value of the upper property.

Specified by:
setUpper in interface SequenceAcknowledgement.AcknowledgementRange
Parameters:
value - allowed object is BigInteger

getLower

public BigInteger getLower()
Description copied from interface: SequenceAcknowledgement.AcknowledgementRange
Gets the value of the lower property.

Specified by:
getLower in interface SequenceAcknowledgement.AcknowledgementRange
Returns:
possible object is BigInteger

setLower

public void setLower(BigInteger value)
Description copied from interface: SequenceAcknowledgement.AcknowledgementRange
Sets the value of the lower property.

Specified by:
setLower in interface SequenceAcknowledgement.AcknowledgementRange
Parameters:
value - allowed object is BigInteger

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Specified by:
getOtherAttributes in interface SequenceAcknowledgement.AcknowledgementRange
Returns:
always non-null

clone

public SequenceAcknowledgementImpl.AcknowledgementRangeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.