Class TNaming
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
- Direct Known Subclasses:
TCertificate
,TLNodeContainer
,TSubNetwork
Java class for tNaming complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tNaming"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tBaseElement"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agDesc"/> <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" /> <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
-
name
-
desc
-
-
Constructor Details
-
TNaming
public TNaming()
-
-
Method Details
-
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() -
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()
-