Class NoSuchCodeLit


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2024-03-07T12:28:41-05:00")
    public class NoSuchCodeLit
    extends Object

    Java class for NoSuchCodeLit complex type.

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

     <complexType name="NoSuchCodeLit">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="code" type="{http://cxf.apache.org/hello_world_jms/types}ErrorCode"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • code

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:41-05:00")
        protected ErrorCode code
    • Constructor Detail

      • NoSuchCodeLit

        public NoSuchCodeLit()
    • Method Detail

      • getCode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:41-05:00")
        public ErrorCode getCode()
        Gets the value of the code property.
        Returns:
        possible object is ErrorCode
      • setCode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:41-05:00")
        public void setCode​(ErrorCode value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is ErrorCode