|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.SignatureType
public class SignatureType
Java class for SignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}SignedInfo"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Object" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected KeyInfoType |
keyInfo
|
protected ObjectType[] |
object
|
protected SignatureValueType |
signatureValue
|
protected SignedInfoType |
signedInfo
|
| Constructor Summary | |
|---|---|
SignatureType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.SignatureType instance. |
|
SignatureType(SignatureType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.SignatureType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SignatureType |
clone()
Creates and returns a copy of this object. |
void |
copyObject(ObjectType[] source)
Copies all values of property Object. |
String |
getId()
Gets the value of the id property. |
KeyInfoType |
getKeyInfo()
Gets the value of the keyInfo property. |
ObjectType[] |
getObject()
|
ObjectType |
getObject(int idx)
|
int |
getObjectLength()
|
SignatureValueType |
getSignatureValue()
Gets the value of the signatureValue property. |
SignedInfoType |
getSignedInfo()
Gets the value of the signedInfo property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property. |
ObjectType |
setObject(int idx,
ObjectType value)
|
void |
setObject(ObjectType[] values)
|
void |
setSignatureValue(SignatureValueType value)
Sets the value of the signatureValue property. |
void |
setSignedInfo(SignedInfoType value)
Sets the value of the signedInfo property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SignedInfoType signedInfo
protected SignatureValueType signatureValue
protected KeyInfoType keyInfo
protected ObjectType[] object
protected String id
| Constructor Detail |
|---|
public SignatureType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.SignatureType instance.
public SignatureType(SignatureType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.SignatureType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public SignedInfoType getSignedInfo()
SignedInfoTypepublic void setSignedInfo(SignedInfoType value)
value - allowed object is
SignedInfoTypepublic SignatureValueType getSignatureValue()
SignatureValueTypepublic void setSignatureValue(SignatureValueType value)
value - allowed object is
SignatureValueTypepublic KeyInfoType getKeyInfo()
KeyInfoTypepublic void setKeyInfo(KeyInfoType value)
value - allowed object is
KeyInfoTypepublic ObjectType[] getObject()
ObjectTypepublic ObjectType getObject(int idx)
ObjectTypepublic int getObjectLength()
public void setObject(ObjectType[] values)
values - allowed objects are
ObjectType
public ObjectType setObject(int idx,
ObjectType value)
value - allowed object is
ObjectTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void copyObject(ObjectType[] source)
Object.
source - The source to copy from.
NullPointerException - if source is null.public SignatureType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||