Package org.onosproject.netconf.rpc
Class Hello
- java.lang.Object
-
- org.onosproject.netconf.rpc.Hello
-
public class Hello extends java.lang.ObjectJava 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHello.CapabilitiesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Hello.Capabilitiescapabilitiesprotected java.lang.LongsessionId
-
Constructor Summary
Constructors Constructor Description Hello()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hello.CapabilitiesgetCapabilities()Gets the value of the capabilities property.java.lang.LonggetSessionId()Gets the value of the sessionId property.voidsetCapabilities(Hello.Capabilities value)Sets the value of the capabilities property.voidsetSessionId(java.lang.Long value)Sets the value of the sessionId property.
-
-
-
Field Detail
-
capabilities
protected Hello.Capabilities capabilities
-
sessionId
protected java.lang.Long sessionId
-
-
Method Detail
-
getCapabilities
public Hello.Capabilities getCapabilities()
Gets the value of the capabilities property.- Returns:
- possible object is
Hello.Capabilities
-
setCapabilities
public void setCapabilities(Hello.Capabilities value)
Sets the value of the capabilities property.- Parameters:
value- allowed object isHello.Capabilities
-
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 isLong
-
-