Class RpcErrorType


  • public class RpcErrorType
    extends java.lang.Object

    Java class for rpcErrorType complex type.

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

     <complexType name="rpcErrorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="error-type" type="{urn:ietf:params:xml:ns:netconf:base:1.0}ErrorType"/>
             <element name="error-tag" type="{urn:ietf:params:xml:ns:netconf:base:1.0}ErrorTag"/>
             <element name="error-severity" type="{urn:ietf:params:xml:ns:netconf:base:1.0}ErrorSeverity"/>
             <element name="error-app-tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="error-path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="error-message" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="error-info" type="{urn:ietf:params:xml:ns:netconf:base:1.0}errorInfoType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RpcErrorType

        public RpcErrorType()
    • Method Detail

      • getErrorType

        public ErrorType getErrorType()
        Gets the value of the errorType property.
        Returns:
        possible object is ErrorType
      • setErrorType

        public void setErrorType​(ErrorType value)
        Sets the value of the errorType property.
        Parameters:
        value - allowed object is ErrorType
      • getErrorTag

        public ErrorTag getErrorTag()
        Gets the value of the errorTag property.
        Returns:
        possible object is ErrorTag
      • setErrorTag

        public void setErrorTag​(ErrorTag value)
        Sets the value of the errorTag property.
        Parameters:
        value - allowed object is ErrorTag
      • getErrorSeverity

        public ErrorSeverity getErrorSeverity()
        Gets the value of the errorSeverity property.
        Returns:
        possible object is ErrorSeverity
      • setErrorSeverity

        public void setErrorSeverity​(ErrorSeverity value)
        Sets the value of the errorSeverity property.
        Parameters:
        value - allowed object is ErrorSeverity
      • getErrorAppTag

        public java.lang.String getErrorAppTag()
        Gets the value of the errorAppTag property.
        Returns:
        possible object is String
      • setErrorAppTag

        public void setErrorAppTag​(java.lang.String value)
        Sets the value of the errorAppTag property.
        Parameters:
        value - allowed object is String
      • getErrorPath

        public java.lang.String getErrorPath()
        Gets the value of the errorPath property.
        Returns:
        possible object is String
      • setErrorPath

        public void setErrorPath​(java.lang.String value)
        Sets the value of the errorPath property.
        Parameters:
        value - allowed object is String
      • getErrorInfo

        public ErrorInfoType getErrorInfo()
        Gets the value of the errorInfo property.
        Returns:
        possible object is ErrorInfoType
      • setErrorInfo

        public void setErrorInfo​(ErrorInfoType value)
        Sets the value of the errorInfo property.
        Parameters:
        value - allowed object is ErrorInfoType