Class THeader
java.lang.Object
org.lfenergy.compas.scl2007b4.model.THeader
Java class for tHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tHeader"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Text" type="{http://www.iec.ch/61850/2003/SCL}tText" minOccurs="0"/> <element name="History" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Hitem" type="{http://www.iec.ch/61850/2003/SCL}tHitem" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="revision" type="{http://www.w3.org/2001/XMLSchema}normalizedString" default="" /> <attribute name="toolID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="nameStructure" default="IEDName"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}Name"> <enumeration value="IEDName"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the history property.getId()
Gets the value of the id property.Gets the value of the nameStructure property.Gets the value of the revision property.getText()
Gets the value of the text property.Gets the value of the toolID property.Gets the value of the version property.boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
void
setHistory
(THeader.History value) Sets the value of the history property.void
Sets the value of the id property.void
setNameStructure
(String value) Sets the value of the nameStructure property.void
setRevision
(String value) Sets the value of the revision property.void
Sets the value of the text property.void
Sets the value of the toolID property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
text
-
history
-
id
-
version
-
revision
-
toolID
-
nameStructure
-
-
Constructor Details
-
THeader
public THeader()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
TText
-
setText
Sets the value of the text property.- Parameters:
value
- allowed object isTText
-
isSetText
public boolean isSetText() -
getHistory
Gets the value of the history property.- Returns:
- possible object is
THeader.History
-
setHistory
Sets the value of the history property.- Parameters:
value
- allowed object isTHeader.History
-
isSetHistory
public boolean isSetHistory() -
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() -
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
isSetVersion
public boolean isSetVersion() -
getRevision
Gets the value of the revision property.- Returns:
- possible object is
String
-
setRevision
Sets the value of the revision property.- Parameters:
value
- allowed object isString
-
isSetRevision
public boolean isSetRevision() -
getToolID
Gets the value of the toolID property.- Returns:
- possible object is
String
-
setToolID
Sets the value of the toolID property.- Parameters:
value
- allowed object isString
-
isSetToolID
public boolean isSetToolID() -
getNameStructure
Gets the value of the nameStructure property.- Returns:
- possible object is
String
-
setNameStructure
Sets the value of the nameStructure property.- Parameters:
value
- allowed object isString
-
isSetNameStructure
public boolean isSetNameStructure()
-