net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003
Class ResponseMutableHeaderType.SegmentNumber

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.ResponseMutableHeaderType.SegmentNumber
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
ResponseMutableHeaderType

public static class ResponseMutableHeaderType.SegmentNumber
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.ebics.org/H003>SegmentNumberType">
       <attribute name="lastSegment" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean lastSegment
           
protected  BigInteger value
           
 
Constructor Summary
ResponseMutableHeaderType.SegmentNumber()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.ResponseMutableHeaderType.SegmentNumber instance.
ResponseMutableHeaderType.SegmentNumber(ResponseMutableHeaderType.SegmentNumber o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.ResponseMutableHeaderType.SegmentNumber instance by copying a given instance.
 
Method Summary
 ResponseMutableHeaderType.SegmentNumber clone()
          Creates and returns a copy of this object.
 BigInteger getValue()
          Datentyp für die Segmentnummer.
 boolean isLastSegment()
          Gets the value of the lastSegment property.
 void setLastSegment(Boolean value)
          Sets the value of the lastSegment property.
 void setValue(BigInteger value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected BigInteger value

lastSegment

protected Boolean lastSegment
Constructor Detail

ResponseMutableHeaderType.SegmentNumber

public ResponseMutableHeaderType.SegmentNumber()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.ResponseMutableHeaderType.SegmentNumber instance.


ResponseMutableHeaderType.SegmentNumber

public ResponseMutableHeaderType.SegmentNumber(ResponseMutableHeaderType.SegmentNumber o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.ResponseMutableHeaderType.SegmentNumber instance by copying a given instance.

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

getValue

public BigInteger getValue()
Datentyp für die Segmentnummer.

Returns:
possible object is BigInteger

setValue

public void setValue(BigInteger value)
Sets the value of the value property.

Parameters:
value - allowed object is BigInteger

isLastSegment

public boolean isLastSegment()
Gets the value of the lastSegment property.

Returns:
possible object is Boolean

setLastSegment

public void setLastSegment(Boolean value)
Sets the value of the lastSegment property.

Parameters:
value - allowed object is Boolean

clone

public ResponseMutableHeaderType.SegmentNumber 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.