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

public class DipType extends Object

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 Details

  • Constructor Details

    • DipType

      public DipType()
  • Method Details

    • getHeader

      public DipHeaderType getHeader()
      Gets the value of the header property.
      Returns:
      possible object is DipHeaderType
    • setHeader

      public void setHeader(DipHeaderType value)
      Sets the value of the header property.
      Parameters:
      value - allowed object is DipHeaderType
    • getBody

      public DipBodyType getBody()
      Gets the value of the body property.
      Returns:
      possible object is DipBodyType
    • setBody

      public void setBody(DipBodyType value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is DipBodyType
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String