Class Properties
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.Properties
-
public class Properties extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SignedProperties" type="{urn:oasis:names:tc:dss:1.0:core:schema}PropertiesType" minOccurs="0"/> <element name="UnsignedProperties" type="{urn:oasis:names:tc:dss:1.0:core:schema}PropertiesType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertiesTypesignedPropertiesprotected PropertiesTypeunsignedProperties
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesTypegetSignedProperties()Gets the value of the signedProperties property.PropertiesTypegetUnsignedProperties()Gets the value of the unsignedProperties property.voidsetSignedProperties(PropertiesType value)Sets the value of the signedProperties property.voidsetUnsignedProperties(PropertiesType value)Sets the value of the unsignedProperties property.
-
-
-
Field Detail
-
signedProperties
protected PropertiesType signedProperties
-
unsignedProperties
protected PropertiesType unsignedProperties
-
-
Method Detail
-
getSignedProperties
public PropertiesType getSignedProperties()
Gets the value of the signedProperties property.- Returns:
- possible object is
PropertiesType
-
setSignedProperties
public void setSignedProperties(PropertiesType value)
Sets the value of the signedProperties property.- Parameters:
value- allowed object isPropertiesType
-
getUnsignedProperties
public PropertiesType getUnsignedProperties()
Gets the value of the unsignedProperties property.- Returns:
- possible object is
PropertiesType
-
setUnsignedProperties
public void setUnsignedProperties(PropertiesType value)
Sets the value of the unsignedProperties property.- Parameters:
value- allowed object isPropertiesType
-
-