Class PointOfInteractionComponentStatus3

java.lang.Object
org.coderic.iso20022.messages.cafm.PointOfInteractionComponentStatus3

public class PointOfInteractionComponentStatus3 extends Object

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>