public class SignedProperties extends Object
Java class for SignedPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedPropertiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}SignedSignaturePropertiesType" minOccurs="0"/>
<element name="SignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}SignedDataObjectPropertiesType" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected SignedDataObjectProperties |
signedDataObjectProperties |
protected SignedSignatureProperties |
signedSignatureProperties |
| Constructor and Description |
|---|
SignedProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
SignedDataObjectProperties |
getSignedDataObjectProperties()
Gets the value of the signedDataObjectProperties property.
|
SignedSignatureProperties |
getSignedSignatureProperties()
Gets the value of the signedSignatureProperties property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSignedDataObjectProperties(SignedDataObjectProperties value)
Sets the value of the signedDataObjectProperties property.
|
void |
setSignedSignatureProperties(SignedSignatureProperties value)
Sets the value of the signedSignatureProperties property.
|
protected SignedSignatureProperties signedSignatureProperties
protected SignedDataObjectProperties signedDataObjectProperties
protected String id
public SignedSignatureProperties getSignedSignatureProperties()
SignedSignaturePropertiespublic void setSignedSignatureProperties(SignedSignatureProperties value)
value - allowed object is
SignedSignaturePropertiespublic SignedDataObjectProperties getSignedDataObjectProperties()
SignedDataObjectPropertiespublic void setSignedDataObjectProperties(SignedDataObjectProperties value)
value - allowed object is
SignedDataObjectPropertiesCopyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.