Class DataRecord1Choice
Java class for DataRecord1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataRecord1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Binry" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max20MbBinary" maxOccurs="unbounded"/>
<element name="Txt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max10MbText" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataRecord1Choice
public DataRecord1Choice()
-
-
Method Details
-
getBinry
Gets the value of the binry 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 binry property.For example, to add a new item, do as follows:
getBinry().add(newItem);Objects of the following type(s) are allowed in the list byte[]
-
getTxt
Gets the value of the txt 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 txt property.For example, to add a new item, do as follows:
getTxt().add(newItem);Objects of the following type(s) are allowed in the list
String
-