public class ServiceType extends RegistryObjectType
Java class for ServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ServiceBinding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ServiceType() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceBindingType> |
getServiceBinding()
Gets the value of the serviceBinding property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic List<ServiceBindingType> getServiceBinding()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceBinding property.
For example, to add a new item, do as follows:
getServiceBinding().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceBindingType
Copyright © 2010–2025. All rights reserved.