|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.UnsignedSignatureProperties
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:38:02+02:00",
comments="JAXB RI v2.2.11")
public class UnsignedSignatureProperties
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 Summary | |
|---|---|
UnsignedSignatureProperties()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnsignedSignatureProperties()
| Method Detail |
|---|
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()
CompleteCertificateRefsTypepublic void setCompleteCertificateRefs(CompleteCertificateRefsType value)
value - allowed object is
CompleteCertificateRefsTypepublic CompleteRevocationRefsType getCompleteRevocationRefs()
CompleteRevocationRefsTypepublic void setCompleteRevocationRefs(CompleteRevocationRefsType value)
value - allowed object is
CompleteRevocationRefsTypepublic CompleteCertificateRefsType getAttributeCertificateRefs()
CompleteCertificateRefsTypepublic void setAttributeCertificateRefs(CompleteCertificateRefsType value)
value - allowed object is
CompleteCertificateRefsTypepublic CompleteRevocationRefsType getAttributeRevocationRefs()
CompleteRevocationRefsTypepublic void setAttributeRevocationRefs(CompleteRevocationRefsType value)
value - allowed object is
CompleteRevocationRefsTypepublic 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()
CertificateValuesTypepublic void setCertificateValues(CertificateValuesType value)
value - allowed object is
CertificateValuesTypepublic RevocationValuesType getRevocationValues()
RevocationValuesTypepublic void setRevocationValues(RevocationValuesType value)
value - allowed object is
RevocationValuesTypepublic CertificateValuesType getAttrAuthoritiesCertValues()
CertificateValuesTypepublic void setAttrAuthoritiesCertValues(CertificateValuesType value)
value - allowed object is
CertificateValuesTypepublic RevocationValuesType getAttributeRevocationValues()
RevocationValuesTypepublic void setAttributeRevocationValues(RevocationValuesType value)
value - allowed object is
RevocationValuesTypepublic 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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||