public class TIED extends TUnNaming

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 Details

    • services

      protected TServices services
    • accessPoint

      protected List<TAccessPoint> accessPoint
    • kdc

      protected List<TKDC> kdc
    • name

      protected String name
    • type

      protected String type
    • manufacturer

      protected String manufacturer
    • configVersion

      protected String configVersion
    • originalSclVersion

      protected String originalSclVersion
    • originalSclRevision

      protected String originalSclRevision
    • originalSclRelease

      protected Short originalSclRelease
    • engRight

      protected TRightEnum engRight
    • owner

      protected String owner
  • Constructor Details

    • TIED

      public TIED()
  • Method Details

    • getServices

      public TServices getServices()
      Gets the value of the services property.
      Returns:
      possible object is TServices
    • setServices

      public void setServices(TServices value)
      Sets the value of the services property.
      Parameters:
      value - allowed object is TServices
    • isSetServices

      public boolean isSetServices()
    • getAccessPoint

      public List<TAccessPoint> 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

      public List<TKDC> 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

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isSetType

      public boolean isSetType()
    • getManufacturer

      public String getManufacturer()
      Gets the value of the manufacturer property.
      Returns:
      possible object is String
    • setManufacturer

      public void setManufacturer(String value)
      Sets the value of the manufacturer property.
      Parameters:
      value - allowed object is String
    • isSetManufacturer

      public boolean isSetManufacturer()
    • getConfigVersion

      public String getConfigVersion()
      Gets the value of the configVersion property.
      Returns:
      possible object is String
    • setConfigVersion

      public void setConfigVersion(String value)
      Sets the value of the configVersion property.
      Parameters:
      value - allowed object is String
    • isSetConfigVersion

      public boolean isSetConfigVersion()
    • getOriginalSclVersion

      public String getOriginalSclVersion()
      Gets the value of the originalSclVersion property.
      Returns:
      possible object is String
    • setOriginalSclVersion

      public void setOriginalSclVersion(String value)
      Sets the value of the originalSclVersion property.
      Parameters:
      value - allowed object is String
    • isSetOriginalSclVersion

      public boolean isSetOriginalSclVersion()
    • getOriginalSclRevision

      public String getOriginalSclRevision()
      Gets the value of the originalSclRevision property.
      Returns:
      possible object is String
    • setOriginalSclRevision

      public void setOriginalSclRevision(String value)
      Sets the value of the originalSclRevision property.
      Parameters:
      value - allowed object is String
    • 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 is Short
    • isSetOriginalSclRelease

      public boolean isSetOriginalSclRelease()
    • unsetOriginalSclRelease

      public void unsetOriginalSclRelease()
    • getEngRight

      public TRightEnum getEngRight()
      Gets the value of the engRight property.
      Returns:
      possible object is TRightEnum
    • setEngRight

      public void setEngRight(TRightEnum value)
      Sets the value of the engRight property.
      Parameters:
      value - allowed object is TRightEnum
    • isSetEngRight

      public boolean isSetEngRight()
    • getOwner

      public String getOwner()
      Gets the value of the owner property.
      Returns:
      possible object is String
    • setOwner

      public void setOwner(String value)
      Sets the value of the owner property.
      Parameters:
      value - allowed object is String
    • isSetOwner

      public boolean isSetOwner()