Java class for PairPaPmData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PairPaPmData"> <complexContent> <restriction base=" http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="process_initiator" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="affected_by_process" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
process_initiator | boolean | element | 0/1 | Used to indicate the pair which initiated the Path Alteration/Modification process. Updated by PCS system only. | |
affected_by_process | boolean | element | 0/1 | Used to indicate if pair is affected by the Path Alteration/Modification process. |
Example
<p-----> <process_initiator>...</process_initiator> <affected_by_process>...</affected_by_process> </p----->