Class TIDNaming
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TIDNaming
- Direct Known Subclasses:
TDAType
,TDOType
,TEnumType
,TLNodeType
Java class for tIDNaming complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tIDNaming"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tBaseElement"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agDesc"/> <attribute name="id" use="required" type="{http://www.iec.ch/61850/2003/SCL}tID" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
id
-
desc
-
-
Constructor Details
-
TIDNaming
public TIDNaming()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-
isSetDesc
public boolean isSetDesc()
-