public class CentralServiceType
extends java.lang.Object
Java class for CentralServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CentralServiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serviceCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="implementingService" type="{http://x-road.eu/xsd/identifiers}XRoadServiceIdentifierType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CentralServiceType() |
Modifier and Type | Method and Description |
---|---|
XRoadServiceIdentifierType |
getImplementingService()
Gets the value of the implementingService property.
|
java.lang.String |
getServiceCode()
Gets the value of the serviceCode property.
|
void |
setImplementingService(XRoadServiceIdentifierType value)
Sets the value of the implementingService property.
|
void |
setServiceCode(java.lang.String value)
Sets the value of the serviceCode property.
|
public java.lang.String getServiceCode()
String
public void setServiceCode(java.lang.String value)
value
- allowed object is String
public XRoadServiceIdentifierType getImplementingService()
XRoadServiceIdentifierType
public void setImplementingService(XRoadServiceIdentifierType value)
value
- allowed object is XRoadServiceIdentifierType