Class PointOfInteractionComponentStatus3
java.lang.Object
org.coderic.iso20022.messages.cafm.PointOfInteractionComponentStatus3
Java class for PointOfInteractionComponentStatus3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteractionComponentStatus3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="VrsnNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}POIComponentStatus1Code" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSts()
Gets the value of the sts property.Gets the value of the vrsnNb property.Gets the value of the xpryDt property.void
setSts
(POIComponentStatus1Code value) Sets the value of the sts property.void
Sets the value of the vrsnNb property.void
setXpryDt
(XMLGregorianCalendar value) Sets the value of the xpryDt property.
-
Constructor Details
-
PointOfInteractionComponentStatus3
public PointOfInteractionComponentStatus3()
-
-
Method Details
-
getVrsnNb
Gets the value of the vrsnNb property.- Returns:
- possible object is
String
-
setVrsnNb
Sets the value of the vrsnNb property.- Parameters:
value
- allowed object isString
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
POIComponentStatus1Code
-
setSts
Sets the value of the sts property.- Parameters:
value
- allowed object isPOIComponentStatus1Code
-
getXpryDt
Gets the value of the xpryDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setXpryDt
Sets the value of the xpryDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-