public class CorporateInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AnnualRevenue |
annualRevenue |
protected java.lang.String |
numberOfEmployees |
protected java.lang.String |
organizationType |
protected java.util.List<OwnershipType> |
ownershipType |
protected StateOfIncorporation |
stateOfIncorporation |
protected java.lang.String |
yearFounded |
| Constructor and Description |
|---|
CorporateInformation() |
| Modifier and Type | Method and Description |
|---|---|
AnnualRevenue |
getAnnualRevenue()
Gets the value of the annualRevenue property.
|
java.lang.String |
getNumberOfEmployees()
Gets the value of the numberOfEmployees property.
|
java.lang.String |
getOrganizationType()
Gets the value of the organizationType property.
|
java.util.List<OwnershipType> |
getOwnershipType()
Gets the value of the ownershipType property.
|
StateOfIncorporation |
getStateOfIncorporation()
Gets the value of the stateOfIncorporation property.
|
java.lang.String |
getYearFounded()
Gets the value of the yearFounded property.
|
void |
setAnnualRevenue(AnnualRevenue value)
Sets the value of the annualRevenue property.
|
void |
setNumberOfEmployees(java.lang.String value)
Sets the value of the numberOfEmployees property.
|
void |
setOrganizationType(java.lang.String value)
Sets the value of the organizationType property.
|
void |
setStateOfIncorporation(StateOfIncorporation value)
Sets the value of the stateOfIncorporation property.
|
void |
setYearFounded(java.lang.String value)
Sets the value of the yearFounded property.
|
protected java.lang.String yearFounded
protected java.lang.String numberOfEmployees
protected java.lang.String organizationType
protected AnnualRevenue annualRevenue
protected StateOfIncorporation stateOfIncorporation
protected java.util.List<OwnershipType> ownershipType
public java.lang.String getYearFounded()
Stringpublic void setYearFounded(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumberOfEmployees()
Stringpublic void setNumberOfEmployees(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrganizationType()
Stringpublic void setOrganizationType(java.lang.String value)
value - allowed object is
Stringpublic AnnualRevenue getAnnualRevenue()
AnnualRevenuepublic void setAnnualRevenue(AnnualRevenue value)
value - allowed object is
AnnualRevenuepublic StateOfIncorporation getStateOfIncorporation()
StateOfIncorporationpublic void setStateOfIncorporation(StateOfIncorporation value)
value - allowed object is
StateOfIncorporationpublic java.util.List<OwnershipType> getOwnershipType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ownershipType property.
For example, to add a new item, do as follows:
getOwnershipType().add(newItem);
Objects of the following type(s) are allowed in the list
OwnershipType
Copyright © 2018 SAP SE. All Rights Reserved.