public class Topic extends Object
Java class for Topic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Topic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReferenceLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="Guid" type="{}Guid" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
guid |
protected String |
referenceLink |
protected String |
title |
| Constructor and Description |
|---|
Topic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid()
Gets the value of the guid property.
|
String |
getReferenceLink()
Gets the value of the referenceLink property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setReferenceLink(String value)
Sets the value of the referenceLink property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String referenceLink
protected String title
protected String guid
public String getReferenceLink()
Stringpublic void setReferenceLink(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getGuid()
StringCopyright © 2016 OpenSource BIM. All rights reserved.