public class MultiDestinationServiceType extends ServiceType
Java class for multiDestinationServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="multiDestinationServiceType"> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}serviceType"> <sequence> <element name="xaServices"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="reference" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
MultiDestinationServiceType.XaServices
Java class for anonymous complex type.
|
ServiceType.Connection
Constructor and Description |
---|
MultiDestinationServiceType() |
Modifier and Type | Method and Description |
---|---|
MultiDestinationServiceType.XaServices |
getXaServices()
Gets the value of the xaServices property.
|
void |
setXaServices(MultiDestinationServiceType.XaServices value)
Sets the value of the xaServices property.
|
getConnection, getId, getName, setConnection, setId, setName
public MultiDestinationServiceType.XaServices getXaServices()
MultiDestinationServiceType.XaServices
public void setXaServices(MultiDestinationServiceType.XaServices value)
value
- allowed object is
MultiDestinationServiceType.XaServices
Copyright © 2005-2024 LSC project. All Rights Reserved.