@@ -336,9 +336,9 @@ private void assignRatioTapChanger(RatioTapChangerModificationInfos ratioTapChan
336
336
this .ratioTapChangerTapPosition = ratioTapChanger .getTapPosition () != null ? new IntegerModificationEmbedded (ratioTapChanger .getTapPosition ()) : null ;
337
337
this .ratioTapChangerRegulating = ratioTapChanger .getRegulating () != null ? new BooleanModificationEmbedded (ratioTapChanger .getRegulating ()) : null ;
338
338
this .ratioTapChangerTargetDeadband = ratioTapChanger .getTargetDeadband () != null ? new DoubleModificationEmbedded (ratioTapChanger .getTargetDeadband ()) : null ;
339
- this .ratioTapChangerTerminalRefConnectableId = ratioTapChanger .getRegulatingTerminalId () != null ? new StringModificationEmbedded (ratioTapChanger .getRegulatingTerminalId ()) : null ;
340
- this .ratioTapChangerTerminalRefVoltageLevelId = ratioTapChanger .getRegulatingTerminalVlId () != null ? new StringModificationEmbedded (ratioTapChanger .getRegulatingTerminalVlId ()) : null ;
341
- this .ratioTapChangerTerminalRefType = ratioTapChanger .getRegulatingTerminalType () != null ? new StringModificationEmbedded (ratioTapChanger .getRegulatingTerminalType ()) : null ;
339
+ this .ratioTapChangerTerminalRefConnectableId = ratioTapChanger .getTerminalRefConnectableId () != null ? new StringModificationEmbedded (ratioTapChanger .getTerminalRefConnectableId ()) : null ;
340
+ this .ratioTapChangerTerminalRefVoltageLevelId = ratioTapChanger .getTerminalRefConnectableVlId () != null ? new StringModificationEmbedded (ratioTapChanger .getTerminalRefConnectableVlId ()) : null ;
341
+ this .ratioTapChangerTerminalRefType = ratioTapChanger .getTerminalRefConnectableType () != null ? new StringModificationEmbedded (ratioTapChanger .getTerminalRefConnectableType ()) : null ;
342
342
this .ratioTapChangerLoadTapChangingCapabilities = ratioTapChanger .getLoadTapChangingCapabilities () != null ? new BooleanModificationEmbedded (ratioTapChanger .getLoadTapChangingCapabilities ()) : null ;
343
343
this .ratioTapChangerTargetV = ratioTapChanger .getTargetV () != null ? new DoubleModificationEmbedded (ratioTapChanger .getTargetV ()) : null ;
344
344
if (ratioTapChanger .getSteps () != null ) {
@@ -355,9 +355,9 @@ private void assignPhaseTapChanger(PhaseTapChangerModificationInfos phaseTapChan
355
355
this .phaseTapChangerLowTapPosition = phaseTapChanger .getLowTapPosition () != null ? new IntegerModificationEmbedded (phaseTapChanger .getLowTapPosition ()) : null ;
356
356
this .phaseTapChangerTapPosition = phaseTapChanger .getTapPosition () != null ? new IntegerModificationEmbedded (phaseTapChanger .getTapPosition ()) : null ;
357
357
this .phaseTapChangerTargetDeadband = phaseTapChanger .getTargetDeadband () != null ? new DoubleModificationEmbedded (phaseTapChanger .getTargetDeadband ()) : null ;
358
- this .phaseTapChangerTerminalRefConnectableId = phaseTapChanger .getRegulatingTerminalId () != null ? new StringModificationEmbedded (phaseTapChanger .getRegulatingTerminalId ()) : null ;
359
- this .phaseTapChangerTerminalRefVoltageLevelId = phaseTapChanger .getRegulatingTerminalVlId () != null ? new StringModificationEmbedded (phaseTapChanger .getRegulatingTerminalVlId ()) : null ;
360
- this .phaseTapChangerTerminalRefType = phaseTapChanger .getRegulatingTerminalType () != null ? new StringModificationEmbedded (phaseTapChanger .getRegulatingTerminalType ()) : null ;
358
+ this .phaseTapChangerTerminalRefConnectableId = phaseTapChanger .getTerminalRefConnectableId () != null ? new StringModificationEmbedded (phaseTapChanger .getTerminalRefConnectableId ()) : null ;
359
+ this .phaseTapChangerTerminalRefVoltageLevelId = phaseTapChanger .getTerminalRefConnectableVlId () != null ? new StringModificationEmbedded (phaseTapChanger .getTerminalRefConnectableVlId ()) : null ;
360
+ this .phaseTapChangerTerminalRefType = phaseTapChanger .getTerminalRefConnectableType () != null ? new StringModificationEmbedded (phaseTapChanger .getTerminalRefConnectableType ()) : null ;
361
361
this .phaseTapChangerRegulating = phaseTapChanger .getRegulating () != null ? new BooleanModificationEmbedded (phaseTapChanger .getRegulating ()) : null ;
362
362
this .phaseTapChangerLoadTapChangingCapabilities = phaseTapChanger .getLoadTapChangingCapabilities () != null ? new BooleanModificationEmbedded (phaseTapChanger .getLoadTapChangingCapabilities ()) : null ;
363
363
if (phaseTapChanger .getSteps () != null ) {
@@ -444,9 +444,9 @@ public TwoWindingsTransformerModificationInfos toModificationInfos() {
444
444
.regulating (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerRegulating ()))
445
445
.loadTapChangingCapabilities (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerLoadTapChangingCapabilities ()))
446
446
.targetV (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerTargetV ()))
447
- .regulatingTerminalId (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerTerminalRefConnectableId ()))
448
- .regulatingTerminalVlId (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerTerminalRefVoltageLevelId ()))
449
- .regulatingTerminalType (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerTerminalRefType ()))
447
+ .terminalRefConnectableId (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerTerminalRefConnectableId ()))
448
+ .terminalRefConnectableVlId (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerTerminalRefVoltageLevelId ()))
449
+ .terminalRefConnectableType (IAttributeModificationEmbeddable .toAttributeModification (getRatioTapChangerTerminalRefType ()))
450
450
.steps (ratioTapChangerStepCreationInfos )
451
451
.build ());
452
452
@@ -465,9 +465,9 @@ public TwoWindingsTransformerModificationInfos toModificationInfos() {
465
465
.regulationValue (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerRegulationValue ()))
466
466
.regulating (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerRegulating ()))
467
467
.loadTapChangingCapabilities (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerLoadTapChangingCapabilities ()))
468
- .regulatingTerminalId (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerTerminalRefConnectableId ()))
469
- .regulatingTerminalVlId (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerTerminalRefVoltageLevelId ()))
470
- .regulatingTerminalType (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerTerminalRefType ()))
468
+ .terminalRefConnectableId (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerTerminalRefConnectableId ()))
469
+ .terminalRefConnectableVlId (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerTerminalRefVoltageLevelId ()))
470
+ .terminalRefConnectableType (IAttributeModificationEmbeddable .toAttributeModification (getPhaseTapChangerTerminalRefType ()))
471
471
.steps (phaseTapChangerStepCreationInfos )
472
472
.build ());
473
473
0 commit comments