Class TDO
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TDO
Java class for tDO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDO">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
<attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tDataName" />
<attribute name="type" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" />
<attribute name="accessControl" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<attribute name="transient" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected StringFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accessControl property.getName()Gets the value of the name property.getType()Gets the value of the type property.booleanbooleanbooleanbooleanbooleanGets the value of the transient property.voidsetAccessControl(String value) Sets the value of the accessControl property.voidSets the value of the name property.voidsetTransient(boolean value) Sets the value of the transient property.voidSets the value of the type property.voidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDescMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
name
-
type
-
accessControl
-
_transient
-
-
Constructor Details
-
TDO
public TDO()
-
-
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() -
getAccessControl
Gets the value of the accessControl property.- Returns:
- possible object is
String
-
setAccessControl
Sets the value of the accessControl property.- Parameters:
value- allowed object isString
-
isSetAccessControl
public boolean isSetAccessControl() -
isTransient
public boolean isTransient()Gets the value of the transient property.- Returns:
- possible object is
Boolean
-
setTransient
public void setTransient(boolean value) Sets the value of the transient property.- Parameters:
value- allowed object isBoolean
-
isSetTransient
public boolean isSetTransient() -
unsetTransient
public void unsetTransient()
-