Package pt.cienciavitae.ns.common
Class ContainerCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.ContainerCtype
-
- Direct Known Subclasses:
AuthorIdentifiers,AuthorsCtype,AuthorsList,CitationNames,DatesCtype,DomainsActivity,Emails,FundingIdentifiersCtype,IdentifiersCtype,InstitutionIdentifiersCtype,InstitutionsCtype,InvestigatorsCtype,KeywordsCtype,LanguageCompetencies,MailingAddresses,Person,PhoneNumbers,ResearchClassificationsCtype,Search,SupervisorsCtype,VenuesCtype,Versions,WebAddresses
public class ContainerCtype extends Object
Java class for container-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="container-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ContainerCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetTotal()Gets the value of the total property.voidsetTotal(Integer value)Sets the value of the total property.
-
-
-
Field Detail
-
total
protected Integer total
-
-