Package pt.cienciavitae.ns.groups
Class Groups
- java.lang.Object
-
- pt.cienciavitae.ns.groups.Groups
-
public class Groups extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fundings-outputs" type="{http://www.cienciavitae.pt/ns/groups}fundings-outputs-ctype" minOccurs="0"/> <element name="employments-services" type="{http://www.cienciavitae.pt/ns/groups}employments-services-ctype" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmploymentsServicesCtypeemploymentsServicesprotected FundingsOutputsCtypefundingsOutputs
-
Constructor Summary
Constructors Constructor Description Groups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmploymentsServicesCtypegetEmploymentsServices()Gets the value of the employmentsServices property.FundingsOutputsCtypegetFundingsOutputs()Gets the value of the fundingsOutputs property.voidsetEmploymentsServices(EmploymentsServicesCtype value)Sets the value of the employmentsServices property.voidsetFundingsOutputs(FundingsOutputsCtype value)Sets the value of the fundingsOutputs property.
-
-
-
Field Detail
-
fundingsOutputs
protected FundingsOutputsCtype fundingsOutputs
-
employmentsServices
protected EmploymentsServicesCtype employmentsServices
-
-
Method Detail
-
getFundingsOutputs
public FundingsOutputsCtype getFundingsOutputs()
Gets the value of the fundingsOutputs property.- Returns:
- possible object is
FundingsOutputsCtype
-
setFundingsOutputs
public void setFundingsOutputs(FundingsOutputsCtype value)
Sets the value of the fundingsOutputs property.- Parameters:
value- allowed object isFundingsOutputsCtype
-
getEmploymentsServices
public EmploymentsServicesCtype getEmploymentsServices()
Gets the value of the employmentsServices property.- Returns:
- possible object is
EmploymentsServicesCtype
-
setEmploymentsServices
public void setEmploymentsServices(EmploymentsServicesCtype value)
Sets the value of the employmentsServices property.- Parameters:
value- allowed object isEmploymentsServicesCtype
-
-