Package org.icatproject
Class RelatedItem
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.RelatedItem
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfullReferenceprotected Stringidentifierprotected DataPublicationpublicationprotected StringrelatedItemTypeprotected StringrelationTypeprotected Stringtitle-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description RelatedItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullReference()Gets the value of the fullReference property.StringgetIdentifier()Gets the value of the identifier property.DataPublicationgetPublication()Gets the value of the publication property.StringgetRelatedItemType()Gets the value of the relatedItemType property.StringgetRelationType()Gets the value of the relationType property.StringgetTitle()Gets the value of the title property.voidsetFullReference(String value)Sets the value of the fullReference property.voidsetIdentifier(String value)Sets the value of the identifier property.voidsetPublication(DataPublication value)Sets the value of the publication property.voidsetRelatedItemType(String value)Sets the value of the relatedItemType property.voidsetRelationType(String value)Sets the value of the relationType property.voidsetTitle(String value)Sets the value of the title property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Method Detail
-
getFullReference
public String getFullReference()
Gets the value of the fullReference property.- Returns:
- possible object is
String
-
setFullReference
public void setFullReference(String value)
Sets the value of the fullReference property.- Parameters:
value- allowed object isString
-
getIdentifier
public String getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(String value)
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getPublication
public DataPublication getPublication()
Gets the value of the publication property.- Returns:
- possible object is
DataPublication
-
setPublication
public void setPublication(DataPublication value)
Sets the value of the publication property.- Parameters:
value- allowed object isDataPublication
-
getRelatedItemType
public String getRelatedItemType()
Gets the value of the relatedItemType property.- Returns:
- possible object is
String
-
setRelatedItemType
public void setRelatedItemType(String value)
Sets the value of the relatedItemType property.- Parameters:
value- allowed object isString
-
getRelationType
public String getRelationType()
Gets the value of the relationType property.- Returns:
- possible object is
String
-
setRelationType
public void setRelationType(String value)
Sets the value of the relationType property.- Parameters:
value- allowed object isString
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
-