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>
| Modifier and Type | Field and Description |
|---|---|
protected RedirectType |
redirect |
protected ServiceInformationType |
serviceInformation |
| Constructor and Description |
|---|
ServiceMetadataType() |
| Modifier and Type | Method and Description |
|---|---|
RedirectType |
getRedirect()
Gets the value of the redirect property.
|
ServiceInformationType |
getServiceInformation()
Gets the value of the serviceInformation property.
|
void |
setRedirect(RedirectType value)
Sets the value of the redirect property.
|
void |
setServiceInformation(ServiceInformationType value)
Sets the value of the serviceInformation property.
|
protected ServiceInformationType serviceInformation
protected RedirectType redirect
public ServiceInformationType getServiceInformation()
ServiceInformationTypepublic void setServiceInformation(ServiceInformationType value)
value - allowed object is
ServiceInformationTypepublic RedirectType getRedirect()
RedirectTypepublic void setRedirect(RedirectType value)
value - allowed object is
RedirectTypeCopyright © 2022 NorStella. All rights reserved.