Package org.icatproject
Class Affiliation
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Affiliation
-
public class Affiliation extends EntityBaseBean
Java class for affiliation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="affiliation"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="fullReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="user" type="{http://icatproject.org}dataPublicationUser" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfullReferenceprotected Stringnameprotected Stringpidprotected DataPublicationUseruser-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Affiliation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullReference()Gets the value of the fullReference property.StringgetName()Gets the value of the name property.StringgetPid()Gets the value of the pid property.DataPublicationUsergetUser()Gets the value of the user property.voidsetFullReference(String value)Sets the value of the fullReference property.voidsetName(String value)Sets the value of the name property.voidsetPid(String value)Sets the value of the pid property.voidsetUser(DataPublicationUser value)Sets the value of the user property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
fullReference
protected String fullReference
-
name
protected String name
-
pid
protected String pid
-
user
protected DataPublicationUser user
-
-
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
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPid
public String getPid()
Gets the value of the pid property.- Returns:
- possible object is
String
-
setPid
public void setPid(String value)
Sets the value of the pid property.- Parameters:
value- allowed object isString
-
getUser
public DataPublicationUser getUser()
Gets the value of the user property.- Returns:
- possible object is
DataPublicationUser
-
setUser
public void setUser(DataPublicationUser value)
Sets the value of the user property.- Parameters:
value- allowed object isDataPublicationUser
-
-