|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.nip.async.generic.TAck
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:26+02:00", comments="JAXB RI v2.2.6") public class TAck
The content is the hmac-sha256 of the request with the content of the ResultMajor as key (UTF8 encoded). This way it references both the messages it applies to and the result, this is required because the xades-t only signs the decoded content which does not include the result attributes.
Java class for TAck complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TAck"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attGroup ref="{urn:be:cin:nip:async:generic}Result"/> <attribute name="Issuer" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="AppliesTo" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
TAck()
|
Method Summary | |
---|---|
String |
getAppliesTo()
Gets the value of the appliesTo property. |
String |
getId()
Gets the value of the id property. |
String |
getIssuer()
Gets the value of the issuer property. |
String |
getReference()
Gets the value of the reference property. |
String |
getResultMajor()
Gets the value of the resultMajor property. |
String |
getResultMessage()
Gets the value of the resultMessage property. |
String |
getResultMinor()
Gets the value of the resultMinor property. |
byte[] |
getValue()
Gets the value of the value property. |
void |
setAppliesTo(String value)
Sets the value of the appliesTo property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIssuer(String value)
Sets the value of the issuer property. |
void |
setReference(String value)
Sets the value of the reference property. |
void |
setResultMajor(String value)
Sets the value of the resultMajor property. |
void |
setResultMessage(String value)
Sets the value of the resultMessage property. |
void |
setResultMinor(String value)
Sets the value of the resultMinor property. |
void |
setValue(byte[] value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TAck()
Method Detail |
---|
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]public String getIssuer()
String
public void setIssuer(String value)
value
- allowed object is
String
public String getAppliesTo()
String
public void setAppliesTo(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getReference()
String
public void setReference(String value)
value
- allowed object is
String
public String getResultMajor()
String
public void setResultMajor(String value)
value
- allowed object is
String
public String getResultMinor()
String
public void setResultMinor(String value)
value
- allowed object is
String
public String getResultMessage()
String
public void setResultMessage(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |