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, setModTime
protected String fullReference
protected String identifier
protected DataPublication publication
protected String relatedItemType
protected String relationType
protected String title
public String getFullReference()
String
public void setFullReference(String value)
value
- allowed object is
String
public String getIdentifier()
String
public void setIdentifier(String value)
value
- allowed object is
String
public DataPublication getPublication()
DataPublication
public void setPublication(DataPublication value)
value
- allowed object is
DataPublication
public String getRelatedItemType()
String
public void setRelatedItemType(String value)
value
- allowed object is
String
public String getRelationType()
String
public void setRelationType(String value)
value
- allowed object is
String
public String getTitle()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.