Package pt.cienciavitae.ns.common
Class ExtendedRecordCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.common.ExtendedRecordCtype
-
public class ExtendedRecordCtype extends RecordCtype
Java class for extended-record-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="extended-record-ctype"> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype"> <attribute name="favorite" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanfavorite-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description ExtendedRecordCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisFavorite()Gets the value of the favorite property.voidsetFavorite(Boolean value)Sets the value of the favorite property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
favorite
protected Boolean favorite
-
-