org.w3._2000._09.xmldsig
Class SignatureValueType

java.lang.Object
  extended by org.w3._2000._09.xmldsig.SignatureValueType
All Implemented Interfaces:
java.io.Serializable

public class SignatureValueType
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

value

protected byte[] value

id

protected java.lang.String id
Constructor Detail

SignatureValueType

public SignatureValueType()
Method Detail

getValue

public byte[] getValue()
Gets the value of the value property.

Returns:
possible object is byte[]

setValue

public void setValue(byte[] value)
Sets the value of the value property.

Parameters:
value - allowed object is byte[]

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.