Class Srx
java.lang.Object
net.loomchild.segment.srx.io.bind.Srx
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Gets the value of the body property.Gets the value of the header property.Gets the value of the version property.voidSets the value of the body property.voidSets the value of the header property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
header
-
body
-
version
-
-
Constructor Details
-
Srx
public Srx()
-
-
Method Details
-
getHeader
-
setHeader
-
getBody
-
setBody
-
getVersion
-
setVersion
-