Class DipHeaderType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DipHeaderType
Java class for DipHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DipHeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="consignment" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}ConsignmentType"/>
<element name="application" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}ApplicationType"/>
</sequence>
<attribute name="environment" use="required" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}environmentType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApplicationTypeprotected ConsignmentTypeprotected EnvironmentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the application property.Gets the value of the consignment property.Gets the value of the environment property.voidsetApplication(ApplicationType value) Sets the value of the application property.voidsetConsignment(ConsignmentType value) Sets the value of the consignment property.voidsetEnvironment(EnvironmentType value) Sets the value of the environment property.
-
Field Details
-
consignment
-
application
-
environment
-
-
Constructor Details
-
DipHeaderType
public DipHeaderType()
-
-
Method Details
-
getConsignment
Gets the value of the consignment property.- Returns:
- possible object is
ConsignmentType
-
setConsignment
Sets the value of the consignment property.- Parameters:
value- allowed object isConsignmentType
-
getApplication
Gets the value of the application property.- Returns:
- possible object is
ApplicationType
-
setApplication
Sets the value of the application property.- Parameters:
value- allowed object isApplicationType
-
getEnvironment
Gets the value of the environment property.- Returns:
- possible object is
EnvironmentType
-
setEnvironment
Sets the value of the environment property.- Parameters:
value- allowed object isEnvironmentType
-