public class ServiceType extends Object
Java class for serviceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serviceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="connection">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="reference" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceType.Connection
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ServiceType() |
| Modifier and Type | Method and Description |
|---|---|
ServiceType.Connection |
getConnection()
Gets the value of the connection property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setConnection(ServiceType.Connection value)
Sets the value of the connection property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ServiceType.Connection getConnection()
ServiceType.Connectionpublic void setConnection(ServiceType.Connection value)
value - allowed object is
ServiceType.ConnectionCopyright © 2005-2025 LSC project. All Rights Reserved.