net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.wsrm
Class SequenceAcknowledgement

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.wsrm.SequenceAcknowledgement
All Implemented Interfaces:
Serializable, Cloneable

public class SequenceAcknowledgement
extends Object
implements Serializable, Cloneable

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>
         <element ref="{http://docs.oasis-open.org/ws-rx/wsrm/200702}Identifier"/>
         <choice>
           <sequence>
             <choice>
               <element name="AcknowledgementRange" maxOccurs="unbounded">
                 <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>
               </element>
               <element name="None">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
             </choice>
             <element name="Final" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <element name="Nack" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" maxOccurs="unbounded"/>
         </choice>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class SequenceAcknowledgement.AcknowledgementRange
          Java class for anonymous complex type.
static class SequenceAcknowledgement.Final
          Java class for anonymous complex type.
static class SequenceAcknowledgement.None
          Java class for anonymous complex type.
 
Field Summary
protected  SequenceAcknowledgement.Final _final
           
protected  SequenceAcknowledgement.AcknowledgementRange[] acknowledgementRange
           
protected  Object[] any
           
protected  Identifier identifier
           
protected  BigInteger[] nack
           
protected  SequenceAcknowledgement.None none
           
 
Constructor Summary
SequenceAcknowledgement()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.wsrm.SequenceAcknowledgement instance.
SequenceAcknowledgement(SequenceAcknowledgement o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.wsrm.SequenceAcknowledgement instance by copying a given instance.
 
Method Summary
 SequenceAcknowledgement clone()
          Creates and returns a copy of this object.
protected  void copyAcknowledgementRange(SequenceAcknowledgement.AcknowledgementRange[] source)
          Copies all values of property AcknowledgementRange.
protected  void copyAny(Object[] source)
          Copies all values of property Any.
protected  void copyNack(BigInteger[] source)
          Copies all values of property Nack.
 SequenceAcknowledgement.AcknowledgementRange[] getAcknowledgementRange()
           
 SequenceAcknowledgement.AcknowledgementRange getAcknowledgementRange(int idx)
           
 int getAcknowledgementRangeLength()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 SequenceAcknowledgement.Final getFinal()
          Gets the value of the final property.
 Identifier getIdentifier()
          Gets the value of the identifier property.
 BigInteger[] getNack()
           
 BigInteger getNack(int idx)
           
 int getNackLength()
           
 SequenceAcknowledgement.None getNone()
          Gets the value of the none property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 SequenceAcknowledgement.AcknowledgementRange setAcknowledgementRange(int idx, SequenceAcknowledgement.AcknowledgementRange value)
           
 void setAcknowledgementRange(SequenceAcknowledgement.AcknowledgementRange[] values)
           
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setFinal(SequenceAcknowledgement.Final value)
          Sets the value of the final property.
 void setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void setNack(BigInteger[] values)
           
 BigInteger setNack(int idx, BigInteger value)
           
 void setNone(SequenceAcknowledgement.None value)
          Sets the value of the none property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

protected Identifier identifier

acknowledgementRange

protected SequenceAcknowledgement.AcknowledgementRange[] acknowledgementRange

none

protected SequenceAcknowledgement.None none

_final

protected SequenceAcknowledgement.Final _final

nack

protected BigInteger[] nack

any

protected Object[] any
Constructor Detail

SequenceAcknowledgement

public SequenceAcknowledgement()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.wsrm.SequenceAcknowledgement instance.


SequenceAcknowledgement

public SequenceAcknowledgement(SequenceAcknowledgement o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.wsrm.SequenceAcknowledgement instance by copying a given instance.

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

getIdentifier

public Identifier getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is Identifier

setIdentifier

public void setIdentifier(Identifier value)
Sets the value of the identifier property.

Parameters:
value - allowed object is Identifier

getAcknowledgementRange

public SequenceAcknowledgement.AcknowledgementRange[] getAcknowledgementRange()
Returns:
array of SequenceAcknowledgement.AcknowledgementRange

getAcknowledgementRange

public SequenceAcknowledgement.AcknowledgementRange getAcknowledgementRange(int idx)
Returns:
one of SequenceAcknowledgement.AcknowledgementRange

getAcknowledgementRangeLength

public int getAcknowledgementRangeLength()

setAcknowledgementRange

public void setAcknowledgementRange(SequenceAcknowledgement.AcknowledgementRange[] values)
Parameters:
values - allowed objects are SequenceAcknowledgement.AcknowledgementRange

setAcknowledgementRange

public SequenceAcknowledgement.AcknowledgementRange setAcknowledgementRange(int idx,
                                                                            SequenceAcknowledgement.AcknowledgementRange value)
Parameters:
value - allowed object is SequenceAcknowledgement.AcknowledgementRange

getNone

public SequenceAcknowledgement.None getNone()
Gets the value of the none property.

Returns:
possible object is SequenceAcknowledgement.None

setNone

public void setNone(SequenceAcknowledgement.None value)
Sets the value of the none property.

Parameters:
value - allowed object is SequenceAcknowledgement.None

getFinal

public SequenceAcknowledgement.Final getFinal()
Gets the value of the final property.

Returns:
possible object is SequenceAcknowledgement.Final

setFinal

public void setFinal(SequenceAcknowledgement.Final value)
Sets the value of the final property.

Parameters:
value - allowed object is SequenceAcknowledgement.Final

getNack

public BigInteger[] getNack()
Returns:
array of BigInteger

getNack

public BigInteger getNack(int idx)
Returns:
one of BigInteger

getNackLength

public int getNackLength()

setNack

public void setNack(BigInteger[] values)
Parameters:
values - allowed objects are BigInteger

setNack

public BigInteger setNack(int idx,
                          BigInteger value)
Parameters:
value - allowed object is BigInteger

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

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.

Returns:
always non-null

copyAcknowledgementRange

protected void copyAcknowledgementRange(SequenceAcknowledgement.AcknowledgementRange[] source)
Copies all values of property AcknowledgementRange.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyNack

protected void copyNack(BigInteger[] source)
Copies all values of property Nack.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAny

protected void copyAny(Object[] source)
Copies all values of property Any.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public SequenceAcknowledgement 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.