Class DipType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DipType
Java class for DipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DipType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="header" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}DipHeaderType"/>
<element name="body" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}DipBodyType"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</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.voidsetBody(DipBodyType value) Sets the value of the body property.voidsetHeader(DipHeaderType value) Sets the value of the header property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
header
-
body
-
version
-
-
Constructor Details
-
DipType
public DipType()
-
-
Method Details
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
DipHeaderType
-
setHeader
Sets the value of the header property.- Parameters:
value- allowed object isDipHeaderType
-
getBody
Gets the value of the body property.- Returns:
- possible object is
DipBodyType
-
setBody
Sets the value of the body property.- Parameters:
value- allowed object isDipBodyType
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-