Package pt.cienciavitae.ns.funding
Class FundingIdentifierCtype
- java.lang.Object
-
- pt.cienciavitae.ns.funding.FundingIdentifierCtype
-
public class FundingIdentifierCtype extends Object
Java class for funding-identifier-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="funding-identifier-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="reference" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/> <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/> <element name="relationship-type" type="{http://www.cienciavitae.pt/ns/common}identifier-relationship-type-ctype"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringreferenceprotected IdentifierRelationshipTypeCtyperelationshipTypeprotected Stringurl
-
Constructor Summary
Constructors Constructor Description FundingIdentifierCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReference()Gets the value of the reference property.IdentifierRelationshipTypeCtypegetRelationshipType()Gets the value of the relationshipType property.StringgetUrl()Gets the value of the url property.voidsetReference(String value)Sets the value of the reference property.voidsetRelationshipType(IdentifierRelationshipTypeCtype value)Sets the value of the relationshipType property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
reference
protected String reference
-
url
protected String url
-
relationshipType
protected IdentifierRelationshipTypeCtype relationshipType
-
-
Method Detail
-
getReference
public String getReference()
Gets the value of the reference property.- Returns:
- possible object is
String
-
setReference
public void setReference(String value)
Sets the value of the reference property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getRelationshipType
public IdentifierRelationshipTypeCtype getRelationshipType()
Gets the value of the relationshipType property.- Returns:
- possible object is
IdentifierRelationshipTypeCtype
-
setRelationshipType
public void setRelationshipType(IdentifierRelationshipTypeCtype value)
Sets the value of the relationshipType property.- Parameters:
value- allowed object isIdentifierRelationshipTypeCtype
-
-