|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3._2000._09.xmldsig.SignatureValueType
public class SignatureValueType
Java class for SignatureValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureValueType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected byte[] |
value
|
Constructor Summary | |
---|---|
SignatureValueType()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
byte[] |
getValue()
Gets the value of the value property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setValue(byte[] value)
Sets the value of the value property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected byte[] value
protected java.lang.String id
Constructor Detail |
---|
public SignatureValueType()
Method Detail |
---|
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |