public class SignedPayloadType extends Object
Java class for SignedPayloadType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedPayloadType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="signatures" type="{http://ns.electronichealth.net.au/xsp/xsd/SignedPayload/2010}SignatureListType"/>
<element name="signedPayloadData" type="{http://ns.electronichealth.net.au/xsp/xsd/SignedPayload/2010}SignedPayloadDataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SignatureListType |
signatures |
protected SignedPayloadDataType |
signedPayloadData |
| Constructor and Description |
|---|
SignedPayloadType() |
| Modifier and Type | Method and Description |
|---|---|
SignatureListType |
getSignatures()
Gets the value of the signatures property.
|
SignedPayloadDataType |
getSignedPayloadData()
Gets the value of the signedPayloadData property.
|
void |
setSignatures(SignatureListType value)
Sets the value of the signatures property.
|
void |
setSignedPayloadData(SignedPayloadDataType value)
Sets the value of the signedPayloadData property.
|
protected SignatureListType signatures
protected SignedPayloadDataType signedPayloadData
public SignatureListType getSignatures()
SignatureListTypepublic void setSignatures(SignatureListType value)
value - allowed object is
SignatureListTypepublic SignedPayloadDataType getSignedPayloadData()
SignedPayloadDataTypepublic void setSignedPayloadData(SignedPayloadDataType value)
value - allowed object is
SignedPayloadDataTypeCopyright © 2021. All rights reserved.