Class TSDO
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TSDO
Java class for tSDO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSDO"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tSubDataName" /> <attribute name="type" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" /> <attribute name="count" type="{http://www.iec.ch/61850/2003/SCL}tSDOCount" default="0" /> <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
Modifier and TypeMethodDescriptiongetCount()
Gets the value of the count property.getName()
Gets the value of the name property.getType()
Gets the value of the type property.boolean
boolean
boolean
void
Sets the value of the count property.void
Sets the value of the name property.void
Sets the value of the type property.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
-
name
-
type
-
count
-
-
Constructor Details
-
TSDO
public TSDO()
-
-
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() -
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() -
getCount
Gets the value of the count property.- Returns:
- possible object is
String
-
setCount
Sets the value of the count property.- Parameters:
value
- allowed object isString
-
isSetCount
public boolean isSetCount()
-