public OnepTerminationpoint(OnepTerminationpoint rhs)
        {
            this._ptp   = rhs._ptp;
            this._role  = rhs._role;
            this._name  = rhs._name;
            this._notes = rhs._notes;

            CopyOnepTerminationpointVolatileProperties(rhs);
        }
 partial void CopyOnepTerminationpointVolatileProperties(OnepTerminationpoint rhs);