Class ApplicationType

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

public class ApplicationType extends Object

Java class for ApplicationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ApplicationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="code" use="required" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}applicationCodeType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
  • Constructor Details

    • ApplicationType

      public ApplicationType()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

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