net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.wsrm
Interface SequenceAcknowledgement.AcknowledgementRange

All Known Implementing Classes:
SequenceAcknowledgementImpl.AcknowledgementRangeImpl
Enclosing interface:
SequenceAcknowledgement

public static interface SequenceAcknowledgement.AcknowledgementRange

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="Upper" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute name="Lower" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 BigInteger getLower()
          Gets the value of the lower property.
 Map<QName,String> getOtherAttributes()
           
 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.
 

Method Detail

getUpper

BigInteger getUpper()
Gets the value of the upper property.

Returns:
possible object is BigInteger

setUpper

void setUpper(BigInteger value)
Sets the value of the upper property.

Parameters:
value - allowed object is BigInteger

getLower

BigInteger getLower()
Gets the value of the lower property.

Returns:
possible object is BigInteger

setLower

void setLower(BigInteger value)
Sets the value of the lower property.

Parameters:
value - allowed object is BigInteger

getOtherAttributes

Map<QName,String> getOtherAttributes()


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