|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.HVUSigningInfoType
public class HVUSigningInfoType
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>
| 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 |
|---|
protected boolean readyToBeSigned
protected BigInteger numSigRequired
protected BigInteger numSigDone
| Constructor Detail |
|---|
public HVUSigningInfoType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.HVUSigningInfoType instance.
public HVUSigningInfoType(HVUSigningInfoType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.HVUSigningInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public boolean isReadyToBeSigned()
public void setReadyToBeSigned(boolean value)
public BigInteger getNumSigRequired()
BigIntegerpublic void setNumSigRequired(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNumSigDone()
BigIntegerpublic void setNumSigDone(BigInteger value)
value - allowed object is
BigIntegerpublic HVUSigningInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||