Class SignedPropertiesType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SignedPropertiesType
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="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignedSignaturePropertiesType" minOccurs="0"/>
<element name="SignedDataObjectProperties" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignedDataObjectPropertiesType" minOccurs="0"/>
<element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected AnyTypeprotected SignedDataObjectPropertiesTypeprotected SignedSignaturePropertiesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.getOther()Gets the value of the other property.Gets the value of the signedDataObjectProperties property.Gets the value of the signedSignatureProperties property.voidSets the value of the id property.voidSets the value of the other property.voidSets the value of the signedDataObjectProperties property.voidSets the value of the signedSignatureProperties property.
-
Field Details
-
signedSignatureProperties
-
signedDataObjectProperties
-
other
-
id
-
-
Constructor Details
-
SignedPropertiesType
public SignedPropertiesType()
-
-
Method Details
-
getSignedSignatureProperties
Gets the value of the signedSignatureProperties property.- Returns:
- possible object is
SignedSignaturePropertiesType
-
setSignedSignatureProperties
Sets the value of the signedSignatureProperties property.- Parameters:
value- allowed object isSignedSignaturePropertiesType
-
getSignedDataObjectProperties
Gets the value of the signedDataObjectProperties property.- Returns:
- possible object is
SignedDataObjectPropertiesType
-
setSignedDataObjectProperties
Sets the value of the signedDataObjectProperties property.- Parameters:
value- allowed object isSignedDataObjectPropertiesType
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-