public class SignatureValue
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
protected byte[] |
value |
Constructor and Description |
---|
SignatureValue()
Default no-arg constructor
|
SignatureValue(byte[] value,
java.lang.String id)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getId()
Gets the value of the id property.
|
byte[] |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
SignatureValue |
withId(java.lang.String value) |
SignatureValue |
withValue(byte[] value) |
public SignatureValue()
public SignatureValue(byte[] value, java.lang.String id)
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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class java.lang.Object
public SignatureValue withValue(byte[] value)
public SignatureValue withId(java.lang.String value)