Class DiagnosenCtp


  • public class DiagnosenCtp
    extends java.lang.Object
    https://www.bfarm.de/DE/Kodiersysteme/Klassifikationen/ICD/ICD-10-GM/_node.html

    Java class for Diagnosen_Ctp complex type.

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

     <complexType name="Diagnosen_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Jahr" type="{SV-Basis://XMLSchema/1.0}Jahr_Stp"/>
             <element name="Diagnose" type="{SV-Basis://XMLSchema/1.0}Diagnose_Ctp" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<DiagnoseCtp> diagnose  
      protected int jahr  
    • Constructor Summary

      Constructors 
      Constructor Description
      DiagnosenCtp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<DiagnoseCtp> getDiagnose()
      Gets the value of the diagnose property.
      int getJahr()
      Gets the value of the jahr property.
      void setJahr​(int value)
      Sets the value of the jahr property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jahr

        protected int jahr
      • diagnose

        protected java.util.List<DiagnoseCtp> diagnose
    • Constructor Detail

      • DiagnosenCtp

        public DiagnosenCtp()
    • Method Detail

      • getJahr

        public int getJahr()
        Gets the value of the jahr property.
      • setJahr

        public void setJahr​(int value)
        Sets the value of the jahr property.
      • getDiagnose

        public java.util.List<DiagnoseCtp> getDiagnose()
        Gets the value of the diagnose property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the diagnose property.

        For example, to add a new item, do as follows:

            getDiagnose().add(newItem);
         

        Objects of the following type(s) are allowed in the list DiagnoseCtp