Class TControlWithIEDName
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TControl
org.lfenergy.compas.scl2007b4.model.TControlWithIEDName
- Direct Known Subclasses:
TGSEControl
,TSampledValueControl
Java class for tControlWithIEDName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tControlWithIEDName"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tControl"> <sequence> <element name="IEDName" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.iec.ch/61850/2003/SCL>tIEDName"> <attribute name="apRef" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" /> <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" /> <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" /> <attribute name="lnClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" /> <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="confRev" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the value of the confRev property.Gets the value of the iedName property.boolean
boolean
void
setConfRev
(long value) Sets the value of the confRev property.void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TControl
getDatSet, getName, isSetDatSet, isSetName, setDatSet, setName
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDesc
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
iedName
-
confRev
-
-
Constructor Details
-
TControlWithIEDName
public TControlWithIEDName()
-
-
Method Details
-
getIEDName
Gets the value of the iedName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the iedName property.For example, to add a new item, do as follows:
getIEDName().add(newItem);
Objects of the following type(s) are allowed in the list
TControlWithIEDName.IEDName
-
isSetIEDName
public boolean isSetIEDName() -
unsetIEDName
public void unsetIEDName() -
getConfRev
public long getConfRev()Gets the value of the confRev property.- Returns:
- possible object is
Long
-
setConfRev
public void setConfRev(long value) Sets the value of the confRev property.- Parameters:
value
- allowed object isLong
-
isSetConfRev
public boolean isSetConfRev() -
unsetConfRev
public void unsetConfRev()
-