public class AdminRequest extends Object
Java class for AdminRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdminRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceIdentification" type="{}ServiceIdentification" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceIdentification
The Service identification.
|
| Constructor and Description |
|---|
AdminRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceIdentification()
Gets the value of the serviceIdentification property.
|
void |
setServiceIdentification(String value)
Sets the value of the serviceIdentification property.
|
Copyright © 2022. All rights reserved.