public class RelatedItem extends EntityBaseBean
Java class for relatedItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="relatedItem">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="fullReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publication" type="{http://icatproject.org}dataPublication" minOccurs="0"/>
<element name="relatedItemType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullReference |
protected String |
identifier |
protected DataPublication |
publication |
protected String |
relatedItemType |
protected String |
relationType |
protected String |
title |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
RelatedItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullReference()
Gets the value of the fullReference property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
DataPublication |
getPublication()
Gets the value of the publication property.
|
String |
getRelatedItemType()
Gets the value of the relatedItemType property.
|
String |
getRelationType()
Gets the value of the relationType property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setFullReference(String value)
Sets the value of the fullReference property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setPublication(DataPublication value)
Sets the value of the publication property.
|
void |
setRelatedItemType(String value)
Sets the value of the relatedItemType property.
|
void |
setRelationType(String value)
Sets the value of the relationType property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String fullReference
protected String identifier
protected DataPublication publication
protected String relatedItemType
protected String relationType
protected String title
public String getFullReference()
Stringpublic void setFullReference(String value)
value - allowed object is
Stringpublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic DataPublication getPublication()
DataPublicationpublic void setPublication(DataPublication value)
value - allowed object is
DataPublicationpublic String getRelatedItemType()
Stringpublic void setRelatedItemType(String value)
value - allowed object is
Stringpublic String getRelationType()
Stringpublic void setRelationType(String value)
value - allowed object is
Stringpublic String getTitle()
StringCopyright © 2022 The ICAT Collaboration. All rights reserved.