Package pt.cienciavitae.ns.output
Class IdentifierCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.IdentifierCtype
-
public class IdentifierCtype extends Object
Java class for identifier-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="identifier-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/> <element name="identifier-type" type="{http://www.cienciavitae.pt/ns/output}identifier-type-ctype"/> <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 Stringidentifierprotected IdentifierTypeCtypeidentifierTypeprotected IdentifierRelationshipTypeCtyperelationshipType
-
Constructor Summary
Constructors Constructor Description IdentifierCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()Gets the value of the identifier property.IdentifierTypeCtypegetIdentifierType()Gets the value of the identifierType property.IdentifierRelationshipTypeCtypegetRelationshipType()Gets the value of the relationshipType property.voidsetIdentifier(String value)Sets the value of the identifier property.voidsetIdentifierType(IdentifierTypeCtype value)Sets the value of the identifierType property.voidsetRelationshipType(IdentifierRelationshipTypeCtype value)Sets the value of the relationshipType property.
-
-
-
Field Detail
-
identifier
protected String identifier
-
identifierType
protected IdentifierTypeCtype identifierType
-
relationshipType
protected IdentifierRelationshipTypeCtype relationshipType
-
-
Method Detail
-
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
-
getIdentifierType
public IdentifierTypeCtype getIdentifierType()
Gets the value of the identifierType property.- Returns:
- possible object is
IdentifierTypeCtype
-
setIdentifierType
public void setIdentifierType(IdentifierTypeCtype value)
Sets the value of the identifierType property.- Parameters:
value- allowed object isIdentifierTypeCtype
-
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
-
-