
public class SLAregistration extends Object implements Serializable
Java class for SLAregistration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SLAregistration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SLA_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="service_uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceUri |
protected String |
slaid |
| Constructor and Description |
|---|
SLAregistration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceUri()
Gets the value of the serviceUri property.
|
String |
getSLAID()
Gets the value of the slaid property.
|
boolean |
isSetServiceUri() |
boolean |
isSetSLAID() |
void |
setServiceUri(String value)
Sets the value of the serviceUri property.
|
void |
setSLAID(String value)
Sets the value of the slaid property.
|
public String getSLAID()
Stringpublic void setSLAID(String value)
value - allowed object is
Stringpublic boolean isSetSLAID()
public String getServiceUri()
Stringpublic void setServiceUri(String value)
value - allowed object is
Stringpublic boolean isSetServiceUri()
Copyright © 2008–2017 MIL-OSS. All rights reserved.