Package com.vdek.agv.gen.schema_20240701
Class SVTOAG.SendungsBody.Verfahren
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.SVTOAG.SendungsBody.Verfahren
-
- Enclosing class:
- SVTOAG.SendungsBody
public static class SVTOAG.SendungsBody.Verfahren extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.gkv-datenaustausch.de/XMLSchema/KK_UB/1.0}UB_KK" maxOccurs="50"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Verfahren()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UBKK>getUBKK()Gets the value of the ubkk property.
-
-
-
Field Detail
-
ubkk
protected java.util.List<UBKK> ubkk
-
-
Method Detail
-
getUBKK
public java.util.List<UBKK> getUBKK()
Gets the value of the ubkk 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 ubkk property.For example, to add a new item, do as follows:
getUBKK().add(newItem);Objects of the following type(s) are allowed in the list
UBKK
-
-