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"> <attribute name="Count" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="BatchId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
batchId |
protected java.lang.String |
count |
Constructor and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBatchId()
Gets the value of the batchId property.
|
java.lang.String |
getCount()
Gets the value of the count property.
|