Class Srx


  • public class Srx
    extends java.lang.Object

    Java 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 ref="{http://www.lisa.org/srx20}header"/>
             <element ref="{http://www.lisa.org/srx20}body"/>
           </sequence>
           <attribute name="version" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="2.0"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Body body  
      protected Header header  
      protected java.lang.String version  
    • Constructor Summary

      Constructors 
      Constructor Description
      Srx()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Body getBody()
      Gets the value of the body property.
      Header getHeader()
      Gets the value of the header property.
      java.lang.String getVersion()
      Gets the value of the version property.
      void setBody​(Body value)
      Sets the value of the body property.
      void setHeader​(Header value)
      Sets the value of the header property.
      void setVersion​(java.lang.String value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

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

      • header

        protected Header header
      • body

        protected Body body
      • version

        protected java.lang.String version
    • Constructor Detail

      • Srx

        public Srx()
    • Method Detail

      • getHeader

        public Header getHeader()
        Gets the value of the header property.
        Returns:
        possible object is Header
      • setHeader

        public void setHeader​(Header value)
        Sets the value of the header property.
        Parameters:
        value - allowed object is Header
      • getBody

        public Body getBody()
        Gets the value of the body property.
        Returns:
        possible object is Body
      • setBody

        public void setBody​(Body value)
        Sets the value of the body property.
        Parameters:
        value - allowed object is Body
      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String