Class ServiceMetadataType
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2014._07.ServiceMetadataType
-
public class ServiceMetadataType extends Object
Java class for ServiceMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMetadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="ServiceInformation" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2014/07}ServiceInformationType"/> <element name="Redirect" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2014/07}RedirectType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RedirectTyperedirectprotected ServiceInformationTypeserviceInformation
-
Constructor Summary
Constructors Constructor Description ServiceMetadataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedirectTypegetRedirect()Gets the value of the redirect property.ServiceInformationTypegetServiceInformation()Gets the value of the serviceInformation property.voidsetRedirect(RedirectType value)Sets the value of the redirect property.voidsetServiceInformation(ServiceInformationType value)Sets the value of the serviceInformation property.
-
-
-
Field Detail
-
serviceInformation
protected ServiceInformationType serviceInformation
-
redirect
protected RedirectType redirect
-
-
Method Detail
-
getServiceInformation
public ServiceInformationType getServiceInformation()
Gets the value of the serviceInformation property.- Returns:
- possible object is
ServiceInformationType
-
setServiceInformation
public void setServiceInformation(ServiceInformationType value)
Sets the value of the serviceInformation property.- Parameters:
value- allowed object isServiceInformationType
-
getRedirect
public RedirectType getRedirect()
Gets the value of the redirect property.- Returns:
- possible object is
RedirectType
-
setRedirect
public void setRedirect(RedirectType value)
Sets the value of the redirect property.- Parameters:
value- allowed object isRedirectType
-
-