public class SignatureValueType extends Object
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 | Class and Description |
|---|---|
static class |
SignatureValueType.Builder<_B> |
static class |
SignatureValueType.Select |
static class |
SignatureValueType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected byte[] |
value |
| Constructor and Description |
|---|
SignatureValueType() |
| Modifier and Type | Method and Description |
|---|---|
static SignatureValueType.Builder<Void> |
builder() |
static SignatureValueType.Builder<Void> |
copyExcept(SignatureValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> SignatureValueType.Builder<_B> |
copyOf(SignatureValueType _other) |
static <_B> SignatureValueType.Builder<_B> |
copyOf(SignatureValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static SignatureValueType.Builder<Void> |
copyOnly(SignatureValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(SignatureValueType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(SignatureValueType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getId()
Gets the value of the id property.
|
byte[] |
getValue()
Gets the value of the value property.
|
<_B> SignatureValueType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> SignatureValueType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
SignatureValueType.Builder<Void> |
newCopyBuilder() |
SignatureValueType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected String id
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public void setId(String value)
value - allowed object is
Stringpublic <_B> void copyTo(SignatureValueType.Builder<_B> _other)
copyOf(org.w3.xmldsig.SignatureValueType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> SignatureValueType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public SignatureValueType.Builder<Void> newCopyBuilder()
public static SignatureValueType.Builder<Void> builder()
public static <_B> SignatureValueType.Builder<_B> copyOf(SignatureValueType _other)
public <_B> void copyTo(SignatureValueType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xmldsig.SignatureValueType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> SignatureValueType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public SignatureValueType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> SignatureValueType.Builder<_B> copyOf(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static SignatureValueType.Builder<Void> copyExcept(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static SignatureValueType.Builder<Void> copyOnly(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.