Class Srx

java.lang.Object
gen.core.segmentation.Srx

public class Srx extends 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>
 
  • Constructor Details

    • Srx

      public Srx()
  • Method Details

    • getHeader

      public Header getHeader()
      SRX header
      Returns:
      possible object is Header
    • setHeader

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

      public Body getBody()
      SRX body
      Returns:
      possible object is Body
    • setBody

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

      public String getVersion()
      The version of SRX
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
      See Also: