Class Header
- java.lang.Object
-
- net.loomchild.segment.srx.io.bind.Header
-
public class Header 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}formathandle" maxOccurs="3" minOccurs="0"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="segmentsubflows" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="yes"/> <enumeration value="no"/> </restriction> </simpleType> </attribute> <attribute name="cascade" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="yes"/> <enumeration value="no"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>
any
protected java.lang.String
cascade
protected java.util.List<Formathandle>
formathandle
protected java.lang.String
segmentsubflows
-
Constructor Summary
Constructors Constructor Description Header()
-
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.lang.String
getCascade()
Gets the value of the cascade property.java.util.List<Formathandle>
getFormathandle()
Gets the value of the formathandle property.java.lang.String
getSegmentsubflows()
Gets the value of the segmentsubflows property.void
setCascade(java.lang.String value)
Sets the value of the cascade property.void
setSegmentsubflows(java.lang.String value)
Sets the value of the segmentsubflows property.
-
-
-
Field Detail
-
formathandle
protected java.util.List<Formathandle> formathandle
-
any
protected java.util.List<java.lang.Object> any
-
segmentsubflows
protected java.lang.String segmentsubflows
-
cascade
protected java.lang.String cascade
-
-
Method Detail
-
getFormathandle
public java.util.List<Formathandle> getFormathandle()
Gets the value of the formathandle 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 formathandle property.For example, to add a new item, do as follows:
getFormathandle().add(newItem);
Objects of the following type(s) are allowed in the list
Formathandle
-
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
-
getSegmentsubflows
public java.lang.String getSegmentsubflows()
Gets the value of the segmentsubflows property.- Returns:
- possible object is
String
-
setSegmentsubflows
public void setSegmentsubflows(java.lang.String value)
Sets the value of the segmentsubflows property.- Parameters:
value
- allowed object isString
-
getCascade
public java.lang.String getCascade()
Gets the value of the cascade property.- Returns:
- possible object is
String
-
setCascade
public void setCascade(java.lang.String value)
Sets the value of the cascade property.- Parameters:
value
- allowed object isString
-
-