Class RpcType


  • public class RpcType
    extends java.lang.Object

    Java class for rpcType complex type.

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

     <complexType name="rpcType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:ietf:params:xml:ns:netconf:base:1.0}rpcOperation"/>
           </sequence>
           <attribute name="message-id" use="required" type="{urn:ietf:params:xml:ns:netconf:base:1.0}messageIdType" />
           <anyAttribute processContents='lax'/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      RpcType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessageId()
      Gets the value of the messageId property.
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      RpcOperationType getRpcOperation()
      Gets the value of the rpcOperation property.
      void setMessageId​(java.lang.String value)
      Sets the value of the messageId property.
      void setRpcOperation​(RpcOperationType value)
      Sets the value of the rpcOperation property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • messageId

        protected java.lang.String messageId
    • Constructor Detail

      • RpcType

        public RpcType()
    • Method Detail

      • setRpcOperation

        public void setRpcOperation​(RpcOperationType value)
        Sets the value of the rpcOperation property.
        Parameters:
        value - allowed object is RpcOperationType
      • getMessageId

        public java.lang.String getMessageId()
        Gets the value of the messageId property.
        Returns:
        possible object is String
      • setMessageId

        public void setMessageId​(java.lang.String value)
        Sets the value of the messageId property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null