Class Properties
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.Properties
Java 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signedProperties property.Gets the value of the unsignedProperties property.voidSets the value of the signedProperties property.voidSets the value of the unsignedProperties property.
-
Field Details
-
signedProperties
-
unsignedProperties
-
-
Constructor Details
-
Properties
public Properties()
-
-
Method Details
-
getSignedProperties
Gets the value of the signedProperties property.- Returns:
- possible object is
PropertiesType
-
setSignedProperties
Sets the value of the signedProperties property.- Parameters:
value- allowed object isPropertiesType
-
getUnsignedProperties
Gets the value of the unsignedProperties property.- Returns:
- possible object is
PropertiesType
-
setUnsignedProperties
Sets the value of the unsignedProperties property.- Parameters:
value- allowed object isPropertiesType
-