Class SignedServiceMetadataType
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2016._05.SignedServiceMetadataType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ServiceMetadataTypeserviceMetadataprotected SignatureTypesignature
-
Constructor Summary
Constructors Constructor Description SignedServiceMetadataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceMetadataTypegetServiceMetadata()Gets the value of the serviceMetadata property.SignatureTypegetSignature()Gets the value of the signature property.voidsetServiceMetadata(ServiceMetadataType value)Sets the value of the serviceMetadata property.voidsetSignature(SignatureType value)Sets the value of the signature property.
-
-
-
Field Detail
-
serviceMetadata
protected ServiceMetadataType serviceMetadata
-
signature
protected SignatureType signature
-
-
Method Detail
-
getServiceMetadata
public ServiceMetadataType getServiceMetadata()
Gets the value of the serviceMetadata property.- Returns:
- possible object is
ServiceMetadataType
-
setServiceMetadata
public void setServiceMetadata(ServiceMetadataType value)
Sets the value of the serviceMetadata property.- Parameters:
value- allowed object isServiceMetadataType
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
-