Package pt.cienciavitae.ns.common
Class InstitutionIdentifierCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.InstitutionIdentifierCtype
-
public class InstitutionIdentifierCtype extends Object
Java class for institution-identifier-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="institution-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="type" type="{http://www.cienciavitae.pt/ns/common-enum}institution-identifier-code-enum"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidentifierprotected InstitutionIdentifierCodeEnumtype
-
Constructor Summary
Constructors Constructor Description InstitutionIdentifierCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()Gets the value of the identifier property.InstitutionIdentifierCodeEnumgetType()Gets the value of the type property.voidsetIdentifier(String value)Sets the value of the identifier property.voidsetType(InstitutionIdentifierCodeEnum value)Sets the value of the type property.
-
-
-
Field Detail
-
identifier
protected String identifier
-
type
protected InstitutionIdentifierCodeEnum type
-
-
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
-
getType
public InstitutionIdentifierCodeEnum getType()
Gets the value of the type property.- Returns:
- possible object is
InstitutionIdentifierCodeEnum
-
setType
public void setType(InstitutionIdentifierCodeEnum value)
Sets the value of the type property.- Parameters:
value- allowed object isInstitutionIdentifierCodeEnum
-
-