public class UnsignedProperties extends Object
Java class for UnsignedPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsignedPropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UnsignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedSignaturePropertiesType" minOccurs="0"/> <element name="UnsignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedDataObjectPropertiesType" 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 UnsignedDataObjectProperties |
unsignedDataObjectProperties |
protected UnsignedSignatureProperties |
unsignedSignatureProperties |
Constructor and Description |
---|
UnsignedProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
UnsignedDataObjectProperties |
getUnsignedDataObjectProperties()
Gets the value of the unsignedDataObjectProperties property.
|
UnsignedSignatureProperties |
getUnsignedSignatureProperties()
Gets the value of the unsignedSignatureProperties property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setUnsignedDataObjectProperties(UnsignedDataObjectProperties value)
Sets the value of the unsignedDataObjectProperties property.
|
void |
setUnsignedSignatureProperties(UnsignedSignatureProperties value)
Sets the value of the unsignedSignatureProperties property.
|
protected UnsignedSignatureProperties unsignedSignatureProperties
protected UnsignedDataObjectProperties unsignedDataObjectProperties
protected String id
public UnsignedSignatureProperties getUnsignedSignatureProperties()
UnsignedSignatureProperties
public void setUnsignedSignatureProperties(UnsignedSignatureProperties value)
value
- allowed object is
UnsignedSignatureProperties
public UnsignedDataObjectProperties getUnsignedDataObjectProperties()
UnsignedDataObjectProperties
public void setUnsignedDataObjectProperties(UnsignedDataObjectProperties value)
value
- allowed object is
UnsignedDataObjectProperties
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.