public class SignedServiceMetadataType extends Object
Java class for SignedServiceMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedServiceMetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2016/05}ServiceMetadata"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceMetadataType |
serviceMetadata |
protected SignatureType |
signature |
| Constructor and Description |
|---|
SignedServiceMetadataType() |
| Modifier and Type | Method and Description |
|---|---|
ServiceMetadataType |
getServiceMetadata()
Gets the value of the serviceMetadata property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
void |
setServiceMetadata(ServiceMetadataType value)
Sets the value of the serviceMetadata property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
protected ServiceMetadataType serviceMetadata
protected SignatureType signature
public ServiceMetadataType getServiceMetadata()
ServiceMetadataTypepublic void setServiceMetadata(ServiceMetadataType value)
value - allowed object is
ServiceMetadataTypepublic SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypeCopyright © 2022 NorStella. All rights reserved.