Class THitem
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespace
org.lfenergy.compas.scl2007b4.model.THitem
Java class for tHitem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tHitem"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyContentFromOtherNamespace"> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="revision" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="when" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="who" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="what" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="why" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespace
content
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the revision property.Gets the value of the version property.getWhat()
Gets the value of the what property.getWhen()
Gets the value of the when property.getWho()
Gets the value of the who property.getWhy()
Gets the value of the why property.boolean
boolean
boolean
boolean
boolean
isSetWho()
boolean
isSetWhy()
void
setRevision
(String value) Sets the value of the revision property.void
setVersion
(String value) Sets the value of the version property.void
Sets the value of the what property.void
Sets the value of the when property.void
Sets the value of the who property.void
Sets the value of the why property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TAnyContentFromOtherNamespace
getContent, getOtherAttributes, isSetContent, unsetContent
-
Field Details
-
version
-
revision
-
when
-
who
-
what
-
why
-
-
Constructor Details
-
THitem
public THitem()
-
-
Method Details
-
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() -
getWhen
Gets the value of the when property.- Returns:
- possible object is
String
-
setWhen
Sets the value of the when property.- Parameters:
value
- allowed object isString
-
isSetWhen
public boolean isSetWhen() -
getWho
Gets the value of the who property.- Returns:
- possible object is
String
-
setWho
Sets the value of the who property.- Parameters:
value
- allowed object isString
-
isSetWho
public boolean isSetWho() -
getWhat
Gets the value of the what property.- Returns:
- possible object is
String
-
setWhat
Sets the value of the what property.- Parameters:
value
- allowed object isString
-
isSetWhat
public boolean isSetWhat() -
getWhy
Gets the value of the why property.- Returns:
- possible object is
String
-
setWhy
Sets the value of the why property.- Parameters:
value
- allowed object isString
-
isSetWhy
public boolean isSetWhy()
-