@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:52:42+02:00", comments="JAXB RI v2.2.11") public class UnsignedSignatureProperties extends Object implements Serializable
Java class for UnsignedSignaturePropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsignedSignaturePropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CounterSignature" type="{http://uri.etsi.org/01903/v1.3.2#}CounterSignatureType" maxOccurs="unbounded" minOccurs="0"/> <element name="SignatureTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/> <element name="CompleteCertificateRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteCertificateRefsType" minOccurs="0"/> <element name="CompleteRevocationRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteRevocationRefsType" minOccurs="0"/> <element name="AttributeCertificateRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteCertificateRefsType" minOccurs="0"/> <element name="AttributeRevocationRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CompleteRevocationRefsType" minOccurs="0"/> <element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/> <element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/> <element name="CertificateValues" type="{http://uri.etsi.org/01903/v1.3.2#}CertificateValuesType" minOccurs="0"/> <element name="RevocationValues" type="{http://uri.etsi.org/01903/v1.3.2#}RevocationValuesType" minOccurs="0"/> <element name="AttrAuthoritiesCertValues" type="{http://uri.etsi.org/01903/v1.3.2#}CertificateValuesType" minOccurs="0"/> <element name="AttributeRevocationValues" type="{http://uri.etsi.org/01903/v1.3.2#}RevocationValuesType" minOccurs="0"/> <element name="ArchiveTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}XAdESTimeStampType" maxOccurs="unbounded" minOccurs="0"/> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
UnsignedSignatureProperties() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAnies()
Gets the value of the anies property.
|
List<XAdESTimeStampType> |
getArchiveTimeStamps()
Gets the value of the archiveTimeStamps property.
|
CertificateValuesType |
getAttrAuthoritiesCertValues()
Gets the value of the attrAuthoritiesCertValues property.
|
CompleteCertificateRefsType |
getAttributeCertificateRefs()
Gets the value of the attributeCertificateRefs property.
|
CompleteRevocationRefsType |
getAttributeRevocationRefs()
Gets the value of the attributeRevocationRefs property.
|
RevocationValuesType |
getAttributeRevocationValues()
Gets the value of the attributeRevocationValues property.
|
CertificateValuesType |
getCertificateValues()
Gets the value of the certificateValues property.
|
CompleteCertificateRefsType |
getCompleteCertificateRefs()
Gets the value of the completeCertificateRefs property.
|
CompleteRevocationRefsType |
getCompleteRevocationRefs()
Gets the value of the completeRevocationRefs property.
|
List<CounterSignature> |
getCounterSignatures()
Gets the value of the counterSignatures property.
|
String |
getId()
Gets the value of the id property.
|
List<XAdESTimeStampType> |
getRefsOnlyTimeStamps()
Gets the value of the refsOnlyTimeStamps property.
|
RevocationValuesType |
getRevocationValues()
Gets the value of the revocationValues property.
|
List<XAdESTimeStampType> |
getSigAndRefsTimeStamps()
Gets the value of the sigAndRefsTimeStamps property.
|
List<XAdESTimeStampType> |
getSignatureTimeStamps()
Gets the value of the signatureTimeStamps property.
|
void |
setAttrAuthoritiesCertValues(CertificateValuesType value)
Sets the value of the attrAuthoritiesCertValues property.
|
void |
setAttributeCertificateRefs(CompleteCertificateRefsType value)
Sets the value of the attributeCertificateRefs property.
|
void |
setAttributeRevocationRefs(CompleteRevocationRefsType value)
Sets the value of the attributeRevocationRefs property.
|
void |
setAttributeRevocationValues(RevocationValuesType value)
Sets the value of the attributeRevocationValues property.
|
void |
setCertificateValues(CertificateValuesType value)
Sets the value of the certificateValues property.
|
void |
setCompleteCertificateRefs(CompleteCertificateRefsType value)
Sets the value of the completeCertificateRefs property.
|
void |
setCompleteRevocationRefs(CompleteRevocationRefsType value)
Sets the value of the completeRevocationRefs property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRevocationValues(RevocationValuesType value)
Sets the value of the revocationValues property.
|
public List<CounterSignature> getCounterSignatures()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the counterSignatures property.
For example, to add a new item, do as follows:
getCounterSignatures().add(newItem);
Objects of the following type(s) are allowed in the list
CounterSignature
public List<XAdESTimeStampType> getSignatureTimeStamps()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the signatureTimeStamps property.
For example, to add a new item, do as follows:
getSignatureTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public CompleteCertificateRefsType getCompleteCertificateRefs()
CompleteCertificateRefsType
public void setCompleteCertificateRefs(CompleteCertificateRefsType value)
value
- allowed object is
CompleteCertificateRefsType
public CompleteRevocationRefsType getCompleteRevocationRefs()
CompleteRevocationRefsType
public void setCompleteRevocationRefs(CompleteRevocationRefsType value)
value
- allowed object is
CompleteRevocationRefsType
public CompleteCertificateRefsType getAttributeCertificateRefs()
CompleteCertificateRefsType
public void setAttributeCertificateRefs(CompleteCertificateRefsType value)
value
- allowed object is
CompleteCertificateRefsType
public CompleteRevocationRefsType getAttributeRevocationRefs()
CompleteRevocationRefsType
public void setAttributeRevocationRefs(CompleteRevocationRefsType value)
value
- allowed object is
CompleteRevocationRefsType
public List<XAdESTimeStampType> getSigAndRefsTimeStamps()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the sigAndRefsTimeStamps property.
For example, to add a new item, do as follows:
getSigAndRefsTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public List<XAdESTimeStampType> getRefsOnlyTimeStamps()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the refsOnlyTimeStamps property.
For example, to add a new item, do as follows:
getRefsOnlyTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public CertificateValuesType getCertificateValues()
CertificateValuesType
public void setCertificateValues(CertificateValuesType value)
value
- allowed object is
CertificateValuesType
public RevocationValuesType getRevocationValues()
RevocationValuesType
public void setRevocationValues(RevocationValuesType value)
value
- allowed object is
RevocationValuesType
public CertificateValuesType getAttrAuthoritiesCertValues()
CertificateValuesType
public void setAttrAuthoritiesCertValues(CertificateValuesType value)
value
- allowed object is
CertificateValuesType
public RevocationValuesType getAttributeRevocationValues()
RevocationValuesType
public void setAttributeRevocationValues(RevocationValuesType value)
value
- allowed object is
RevocationValuesType
public List<XAdESTimeStampType> getArchiveTimeStamps()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the archiveTimeStamps property.
For example, to add a new item, do as follows:
getArchiveTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
XAdESTimeStampType
public List<Object> getAnies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.