Class ErrorInfoType


  • public class ErrorInfoType
    extends java.lang.Object

    Java class for errorInfoType complex type.

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

     <complexType name="errorInfoType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="session-id" type="{urn:ietf:params:xml:ns:netconf:base:1.0}SessionIdOrZero"/>
               <sequence maxOccurs="unbounded" minOccurs="0">
                 <sequence>
                   <element name="bad-attribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
                   <element name="bad-element" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
                   <element name="ok-element" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
                   <element name="err-element" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
                   <element name="noop-element" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
                   <element name="bad-namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </sequence>
             </choice>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.Object> any  
      protected java.util.List<javax.xml.bind.JAXBElement<? extends java.io.Serializable>> badAttributeAndBadElementAndOkElement  
      protected java.lang.Long sessionId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorInfoType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> getAny()
      Gets the value of the any property.
      java.util.List<javax.xml.bind.JAXBElement<? extends java.io.Serializable>> getBadAttributeAndBadElementAndOkElement()
      Gets the value of the badAttributeAndBadElementAndOkElement property.
      java.lang.Long getSessionId()
      Gets the value of the sessionId property.
      void setSessionId​(java.lang.Long value)
      Sets the value of the sessionId property.
      • Methods inherited from class java.lang.Object

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

      • sessionId

        protected java.lang.Long sessionId
      • badAttributeAndBadElementAndOkElement

        protected java.util.List<javax.xml.bind.JAXBElement<? extends java.io.Serializable>> badAttributeAndBadElementAndOkElement
      • any

        protected java.util.List<java.lang.Object> any
    • Constructor Detail

      • ErrorInfoType

        public ErrorInfoType()
    • 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
      • getBadAttributeAndBadElementAndOkElement

        public java.util.List<javax.xml.bind.JAXBElement<? extends java.io.Serializable>> getBadAttributeAndBadElementAndOkElement()
        Gets the value of the badAttributeAndBadElementAndOkElement property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the badAttributeAndBadElementAndOkElement property.

        For example, to add a new item, do as follows:
            getBadAttributeAndBadElementAndOkElement().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<QName> JAXBElement<QName> JAXBElement<QName> JAXBElement<QName> JAXBElement<QName> JAXBElement<String>

        Returns:
        list of properties
      • getAny

        public java.util.List<java.lang.Object> getAny()
        Gets the value of the any property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

        For example, to add a new item, do as follows:
            getAny().add(newItem);
         

        Objects of the following type(s) are allowed in the list Element Object

        Returns:
        list of properties