Package org.w3.xmldsig
Class SignatureValueType
- java.lang.Object
-
- org.w3.xmldsig.SignatureValueType
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignatureValueType.Builder<_B>static classSignatureValueType.Selectstatic classSignatureValueType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description SignatureValueType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(SignatureValueType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.StringgetId()Gets the value of the id property.byte[]getValue()Gets the value of the value property.SignatureValueType.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetId(String value)Sets the value of the id property.voidsetValue(byte[] value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected byte[] value
-
id
protected String id
-
-
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[]
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(SignatureValueType.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.SignatureValueType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> SignatureValueType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public SignatureValueType.Builder<Void> newCopyBuilder()
-
builder
public static SignatureValueType.Builder<Void> builder()
-
copyOf
public static <_B> SignatureValueType.Builder<_B> copyOf(SignatureValueType _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.w3.xmldsig.SignatureValueType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> SignatureValueType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public SignatureValueType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> SignatureValueType.Builder<_B> copyOf(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static SignatureValueType.Builder<Void> copyExcept(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static SignatureValueType.Builder<Void> copyOnly(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-