Class TFCDA
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TFCDA
Java class for tFCDA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFCDA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" /> <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" default="" /> <attribute name="lnClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" /> <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" /> <attribute name="doName" type="{http://www.iec.ch/61850/2003/SCL}tFullDOName" /> <attribute name="daName" type="{http://www.iec.ch/61850/2003/SCL}tFullAttributeName" /> <attribute name="fc" use="required" type="{http://www.iec.ch/61850/2003/SCL}tFCEnum" /> <attribute name="ix" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the daName property.Gets the value of the doName property.getFc()
Gets the value of the fc property.long
getIx()
Gets the value of the ix property.Gets the value of the ldInst property.Gets the value of the lnClass property.Gets the value of the lnInst property.Gets the value of the prefix property.boolean
boolean
boolean
isSetFc()
boolean
isSetIx()
boolean
boolean
boolean
boolean
void
Sets the value of the daName property.void
Sets the value of the doName property.void
Sets the value of the fc property.void
setIx
(long value) Sets the value of the ix property.void
Sets the value of the ldInst property.void
Sets the value of the lnInst property.void
Sets the value of the prefix property.void
unsetIx()
void
-
Field Details
-
ldInst
-
prefix
-
lnClass
-
lnInst
-
doName
-
daName
-
fc
-
ix
-
-
Constructor Details
-
TFCDA
public TFCDA()
-
-
Method Details
-
getLdInst
Gets the value of the ldInst property.- Returns:
- possible object is
String
-
setLdInst
Sets the value of the ldInst property.- Parameters:
value
- allowed object isString
-
isSetLdInst
public boolean isSetLdInst() -
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
isSetPrefix
public boolean isSetPrefix() -
getLnClass
Gets the value of the lnClass 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 lnClass property.For example, to add a new item, do as follows:
getLnClass().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetLnClass
public boolean isSetLnClass() -
unsetLnClass
public void unsetLnClass() -
getLnInst
Gets the value of the lnInst property.- Returns:
- possible object is
String
-
setLnInst
Sets the value of the lnInst property.- Parameters:
value
- allowed object isString
-
isSetLnInst
public boolean isSetLnInst() -
getDoName
Gets the value of the doName property.- Returns:
- possible object is
String
-
setDoName
Sets the value of the doName property.- Parameters:
value
- allowed object isString
-
isSetDoName
public boolean isSetDoName() -
getDaName
Gets the value of the daName property.- Returns:
- possible object is
String
-
setDaName
Sets the value of the daName property.- Parameters:
value
- allowed object isString
-
isSetDaName
public boolean isSetDaName() -
getFc
Gets the value of the fc property.- Returns:
- possible object is
TFCEnum
-
setFc
Sets the value of the fc property.- Parameters:
value
- allowed object isTFCEnum
-
isSetFc
public boolean isSetFc() -
getIx
public long getIx()Gets the value of the ix property.- Returns:
- possible object is
Long
-
setIx
public void setIx(long value) Sets the value of the ix property.- Parameters:
value
- allowed object isLong
-
isSetIx
public boolean isSetIx() -
unsetIx
public void unsetIx()
-