Class GenericInformation1
java.lang.Object
org.coderic.iso20022.messages.cafm.GenericInformation1
Java class for GenericInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericInformation1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text"/>
<element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GenericInformation1
public GenericInformation1()
-
-
Method Details
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value- allowed object isString
-
getVal
Gets the value of the val property.- Returns:
- possible object is
String
-
setVal
Sets the value of the val property.- Parameters:
value- allowed object isString
-