Class Hello


  • public class Hello
    extends java.lang.Object
    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="capabilities">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="capability" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="session-id" type="{urn:ietf:params:xml:ns:netconf:base:1.0}SessionId" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sessionId

        protected java.lang.Long sessionId
    • Constructor Detail

      • Hello

        public Hello()
    • Method Detail

      • getSessionId

        public java.lang.Long getSessionId()
        Gets the value of the sessionId property.
        Returns:
        possible object is Long
      • setSessionId

        public void setSessionId​(java.lang.Long value)
        Sets the value of the sessionId property.
        Parameters:
        value - allowed object is Long