Class AdESObjectType
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.jaxb.AdESObjectType
-
public class AdESObjectType extends java.lang.ObjectJava class for AdESObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdESObjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SignatureId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AdESObjectBytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="OtherAdESData" type="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}AnyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]adESObjectBytesprotected AnyTypeotherAdESDataprotected java.lang.StringsignatureId
-
Constructor Summary
Constructors Constructor Description AdESObjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getAdESObjectBytes()Gets the value of the adESObjectBytes property.AnyTypegetOtherAdESData()Gets the value of the otherAdESData property.java.lang.StringgetSignatureId()Gets the value of the signatureId property.voidsetAdESObjectBytes(byte[] value)Sets the value of the adESObjectBytes property.voidsetOtherAdESData(AnyType value)Sets the value of the otherAdESData property.voidsetSignatureId(java.lang.String value)Sets the value of the signatureId property.
-
-
-
Field Detail
-
signatureId
protected java.lang.String signatureId
-
adESObjectBytes
protected byte[] adESObjectBytes
-
otherAdESData
protected AnyType otherAdESData
-
-
Method Detail
-
getSignatureId
public java.lang.String getSignatureId()
Gets the value of the signatureId property.- Returns:
- possible object is
String
-
setSignatureId
public void setSignatureId(java.lang.String value)
Sets the value of the signatureId property.- Parameters:
value- allowed object isString
-
getAdESObjectBytes
public byte[] getAdESObjectBytes()
Gets the value of the adESObjectBytes property.- Returns:
- possible object is byte[]
-
setAdESObjectBytes
public void setAdESObjectBytes(byte[] value)
Sets the value of the adESObjectBytes property.- Parameters:
value- allowed object is byte[]
-
getOtherAdESData
public AnyType getOtherAdESData()
Gets the value of the otherAdESData property.- Returns:
- possible object is
AnyType
-
-