Class AdminRequest


  • public class AdminRequest
    extends Object
    Definition: Content of the Custom Admin Request messageType. -- Usage: Empty

    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>
     
    • Field Detail

      • serviceIdentification

        protected String serviceIdentification
        The Service identification.
    • Constructor Detail

      • AdminRequest

        public AdminRequest()
    • Method Detail

      • getServiceIdentification

        public String getServiceIdentification()
        Gets the value of the serviceIdentification property.
        Returns:
        possible object is String
      • setServiceIdentification

        public void setServiceIdentification​(String value)
        Sets the value of the serviceIdentification property.
        Parameters:
        value - allowed object is String