Package com.vdek.agv.gen.schema_20240701
Class DiagnosenCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.DiagnosenCtp
-
public class DiagnosenCtp extends java.lang.Objecthttps://www.bfarm.de/DE/Kodiersysteme/Klassifikationen/ICD/ICD-10-GM/_node.htmlJava 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>diagnoseprotected intjahr
-
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.intgetJahr()Gets the value of the jahr property.voidsetJahr(int value)Sets the value of the jahr property.
-
-
-
Field Detail
-
jahr
protected int jahr
-
diagnose
protected java.util.List<DiagnoseCtp> diagnose
-
-
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
setmethod 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
-
-