Class TIED
Java class for tIED complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tIED"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <element name="Services" type="{http://www.iec.ch/61850/2003/SCL}tServices" minOccurs="0"/> <element name="AccessPoint" type="{http://www.iec.ch/61850/2003/SCL}tAccessPoint" maxOccurs="unbounded"/> <element name="KDC" type="{http://www.iec.ch/61850/2003/SCL}tKDC" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tIEDName" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="configVersion" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="originalSclVersion" type="{http://www.iec.ch/61850/2003/SCL}tSclVersion" default="2003" /> <attribute name="originalSclRevision" type="{http://www.iec.ch/61850/2003/SCL}tSclRevision" default="A" /> <attribute name="originalSclRelease" type="{http://www.iec.ch/61850/2003/SCL}tSclRelease" default="1" /> <attribute name="engRight" type="{http://www.iec.ch/61850/2003/SCL}tRightEnum" default="full" /> <attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<TAccessPoint>
protected String
protected TRightEnum
protected String
protected String
protected Short
protected String
protected String
protected String
protected TServices
protected String
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accessPoint property.Gets the value of the configVersion property.Gets the value of the engRight property.getKDC()
Gets the value of the kdc property.Gets the value of the manufacturer property.getName()
Gets the value of the name property.short
Gets the value of the originalSclRelease property.Gets the value of the originalSclRevision property.Gets the value of the originalSclVersion property.getOwner()
Gets the value of the owner property.Gets the value of the services property.getType()
Gets the value of the type property.boolean
boolean
boolean
boolean
isSetKDC()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setConfigVersion
(String value) Sets the value of the configVersion property.void
setEngRight
(TRightEnum value) Sets the value of the engRight property.void
setManufacturer
(String value) Sets the value of the manufacturer property.void
Sets the value of the name property.void
setOriginalSclRelease
(short value) Sets the value of the originalSclRelease property.void
setOriginalSclRevision
(String value) Sets the value of the originalSclRevision property.void
setOriginalSclVersion
(String value) Sets the value of the originalSclVersion property.void
Sets the value of the owner property.void
setServices
(TServices value) Sets the value of the services property.void
Sets the value of the type property.void
void
unsetKDC()
void
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
-
services
-
accessPoint
-
kdc
-
name
-
type
-
manufacturer
-
configVersion
-
originalSclVersion
-
originalSclRevision
-
originalSclRelease
-
engRight
-
owner
-
-
Constructor Details
-
TIED
public TIED()
-
-
Method Details
-
getServices
Gets the value of the services property.- Returns:
- possible object is
TServices
-
setServices
Sets the value of the services property.- Parameters:
value
- allowed object isTServices
-
isSetServices
public boolean isSetServices() -
getAccessPoint
Gets the value of the accessPoint 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 accessPoint property.For example, to add a new item, do as follows:
getAccessPoint().add(newItem);
Objects of the following type(s) are allowed in the list
TAccessPoint
-
isSetAccessPoint
public boolean isSetAccessPoint() -
unsetAccessPoint
public void unsetAccessPoint() -
getKDC
Gets the value of the kdc 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 kdc property.For example, to add a new item, do as follows:
getKDC().add(newItem);
Objects of the following type(s) are allowed in the list
TKDC
-
isSetKDC
public boolean isSetKDC() -
unsetKDC
public void unsetKDC() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType() -
getManufacturer
Gets the value of the manufacturer property.- Returns:
- possible object is
String
-
setManufacturer
Sets the value of the manufacturer property.- Parameters:
value
- allowed object isString
-
isSetManufacturer
public boolean isSetManufacturer() -
getConfigVersion
Gets the value of the configVersion property.- Returns:
- possible object is
String
-
setConfigVersion
Sets the value of the configVersion property.- Parameters:
value
- allowed object isString
-
isSetConfigVersion
public boolean isSetConfigVersion() -
getOriginalSclVersion
Gets the value of the originalSclVersion property.- Returns:
- possible object is
String
-
setOriginalSclVersion
Sets the value of the originalSclVersion property.- Parameters:
value
- allowed object isString
-
isSetOriginalSclVersion
public boolean isSetOriginalSclVersion() -
getOriginalSclRevision
Gets the value of the originalSclRevision property.- Returns:
- possible object is
String
-
setOriginalSclRevision
Sets the value of the originalSclRevision property.- Parameters:
value
- allowed object isString
-
isSetOriginalSclRevision
public boolean isSetOriginalSclRevision() -
getOriginalSclRelease
public short getOriginalSclRelease()Gets the value of the originalSclRelease property.- Returns:
- possible object is
Short
-
setOriginalSclRelease
public void setOriginalSclRelease(short value) Sets the value of the originalSclRelease property.- Parameters:
value
- allowed object isShort
-
isSetOriginalSclRelease
public boolean isSetOriginalSclRelease() -
unsetOriginalSclRelease
public void unsetOriginalSclRelease() -
getEngRight
Gets the value of the engRight property.- Returns:
- possible object is
TRightEnum
-
setEngRight
Sets the value of the engRight property.- Parameters:
value
- allowed object isTRightEnum
-
isSetEngRight
public boolean isSetEngRight() -
getOwner
Gets the value of the owner property.- Returns:
- possible object is
String
-
setOwner
Sets the value of the owner property.- Parameters:
value
- allowed object isString
-
isSetOwner
public boolean isSetOwner()
-