Package pt.cienciavitae.ns.groups
Class FundingOutputCtype
- java.lang.Object
-
- pt.cienciavitae.ns.groups.FundingOutputCtype
-
public class FundingOutputCtype extends Object
Java class for funding-output-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="funding-output-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="funding"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" /> </extension> </simpleContent> </complexType> </element> <element name="output"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFundingOutputCtype.FundingJava class for anonymous complex type.static classFundingOutputCtype.OutputJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected FundingOutputCtype.Fundingfundingprotected FundingOutputCtype.Outputoutput
-
Constructor Summary
Constructors Constructor Description FundingOutputCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FundingOutputCtype.FundinggetFunding()Gets the value of the funding property.FundingOutputCtype.OutputgetOutput()Gets the value of the output property.voidsetFunding(FundingOutputCtype.Funding value)Sets the value of the funding property.voidsetOutput(FundingOutputCtype.Output value)Sets the value of the output property.
-
-
-
Field Detail
-
funding
protected FundingOutputCtype.Funding funding
-
output
protected FundingOutputCtype.Output output
-
-
Method Detail
-
getFunding
public FundingOutputCtype.Funding getFunding()
Gets the value of the funding property.- Returns:
- possible object is
FundingOutputCtype.Funding
-
setFunding
public void setFunding(FundingOutputCtype.Funding value)
Sets the value of the funding property.- Parameters:
value- allowed object isFundingOutputCtype.Funding
-
getOutput
public FundingOutputCtype.Output getOutput()
Gets the value of the output property.- Returns:
- possible object is
FundingOutputCtype.Output
-
setOutput
public void setOutput(FundingOutputCtype.Output value)
Sets the value of the output property.- Parameters:
value- allowed object isFundingOutputCtype.Output
-
-