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

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

public class HVUSigningInfoType
extends Object
implements Serializable, Cloneable

Datentyp für Informationen zu den HVU-Unterschriftsmodalitäten.

Java class for HVUSigningInfoType complex type.

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

 <complexType name="HVUSigningInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="readyToBeSigned" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="NumSigRequired" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="NumSigDone" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BigInteger numSigDone
           
protected  BigInteger numSigRequired
           
protected  boolean readyToBeSigned
           
 
Constructor Summary
HVUSigningInfoType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.HVUSigningInfoType instance.
HVUSigningInfoType(HVUSigningInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.HVUSigningInfoType instance by copying a given instance.
 
Method Summary
 HVUSigningInfoType clone()
          Creates and returns a copy of this object.
 BigInteger getNumSigDone()
          Gets the value of the numSigDone property.
 BigInteger getNumSigRequired()
          Gets the value of the numSigRequired property.
 boolean isReadyToBeSigned()
          Gets the value of the readyToBeSigned property.
 void setNumSigDone(BigInteger value)
          Sets the value of the numSigDone property.
 void setNumSigRequired(BigInteger value)
          Sets the value of the numSigRequired property.
 void setReadyToBeSigned(boolean value)
          Sets the value of the readyToBeSigned property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readyToBeSigned

protected boolean readyToBeSigned

numSigRequired

protected BigInteger numSigRequired

numSigDone

protected BigInteger numSigDone
Constructor Detail

HVUSigningInfoType

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


HVUSigningInfoType

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

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

isReadyToBeSigned

public boolean isReadyToBeSigned()
Gets the value of the readyToBeSigned property.


setReadyToBeSigned

public void setReadyToBeSigned(boolean value)
Sets the value of the readyToBeSigned property.


getNumSigRequired

public BigInteger getNumSigRequired()
Gets the value of the numSigRequired property.

Returns:
possible object is BigInteger

setNumSigRequired

public void setNumSigRequired(BigInteger value)
Sets the value of the numSigRequired property.

Parameters:
value - allowed object is BigInteger

getNumSigDone

public BigInteger getNumSigDone()
Gets the value of the numSigDone property.

Returns:
possible object is BigInteger

setNumSigDone

public void setNumSigDone(BigInteger value)
Sets the value of the numSigDone property.

Parameters:
value - allowed object is BigInteger

clone

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