java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DipHeaderType

public class DipHeaderType extends Object

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 Details

  • Constructor Details

    • DipHeaderType

      public DipHeaderType()
  • Method Details

    • getConsignment

      public ConsignmentType getConsignment()
      Gets the value of the consignment property.
      Returns:
      possible object is ConsignmentType
    • setConsignment

      public void setConsignment(ConsignmentType value)
      Sets the value of the consignment property.
      Parameters:
      value - allowed object is ConsignmentType
    • getApplication

      public ApplicationType getApplication()
      Gets the value of the application property.
      Returns:
      possible object is ApplicationType
    • setApplication

      public void setApplication(ApplicationType value)
      Sets the value of the application property.
      Parameters:
      value - allowed object is ApplicationType
    • getEnvironment

      public EnvironmentType getEnvironment()
      Gets the value of the environment property.
      Returns:
      possible object is EnvironmentType
    • setEnvironment

      public void setEnvironment(EnvironmentType value)
      Sets the value of the environment property.
      Parameters:
      value - allowed object is EnvironmentType