public class Component extends Object
Java class for Component complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginatingSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AuthoringToolId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute ref="{}IfcGuid"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authoringToolId |
protected String |
ifcGuid |
protected String |
originatingSystem |
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthoringToolId()
Gets the value of the authoringToolId property.
|
String |
getIfcGuid()
Gets the value of the ifcGuid property.
|
String |
getOriginatingSystem()
Gets the value of the originatingSystem property.
|
void |
setAuthoringToolId(String value)
Sets the value of the authoringToolId property.
|
void |
setIfcGuid(String value)
Sets the value of the ifcGuid property.
|
void |
setOriginatingSystem(String value)
Sets the value of the originatingSystem property.
|
protected String originatingSystem
protected String authoringToolId
protected String ifcGuid
public String getOriginatingSystem()
Stringpublic void setOriginatingSystem(String value)
value - allowed object is
Stringpublic String getAuthoringToolId()
Stringpublic void setAuthoringToolId(String value)
value - allowed object is
Stringpublic String getIfcGuid()
StringCopyright © 2016 OpenSource BIM. All rights reserved.