|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.net.electronichealth.ns.xsp.xsd.signedpayload._2010.SignedPayloadType
public class SignedPayloadType
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>
| Field Summary | |
|---|---|
protected SignatureListType |
signatures
|
protected SignedPayloadDataType |
signedPayloadData
|
| Constructor Summary | |
|---|---|
SignedPayloadType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SignatureListType signatures
protected SignedPayloadDataType signedPayloadData
| Constructor Detail |
|---|
public SignedPayloadType()
| Method Detail |
|---|
public SignatureListType getSignatures()
SignatureListTypepublic void setSignatures(SignatureListType value)
value - allowed object is
SignatureListTypepublic SignedPayloadDataType getSignedPayloadData()
SignedPayloadDataTypepublic void setSignedPayloadData(SignedPayloadDataType value)
value - allowed object is
SignedPayloadDataType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||