Class GenericInformation1
java.lang.Object
org.coderic.iso20022.messages.casp.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:casp.017.001.06}Max70Text"/> <element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
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
-