Class TKDC
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TKDC
Java class for tKDC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tKDC"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="iedName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tIEDName" /> <attribute name="apName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apName property.Gets the value of the iedName property.boolean
boolean
void
Sets the value of the apName property.void
setIedName
(String value) Sets the value of the iedName property.
-
Field Details
-
iedName
-
apName
-
-
Constructor Details
-
TKDC
public TKDC()
-
-
Method Details
-
getIedName
Gets the value of the iedName property.- Returns:
- possible object is
String
-
setIedName
Sets the value of the iedName property.- Parameters:
value
- allowed object isString
-
isSetIedName
public boolean isSetIedName() -
getApName
Gets the value of the apName property.- Returns:
- possible object is
String
-
setApName
Sets the value of the apName property.- Parameters:
value
- allowed object isString
-
isSetApName
public boolean isSetApName()
-