Package org.cxml
Class CorporateInformation
- java.lang.Object
-
- org.cxml.CorporateInformation
-
public class CorporateInformation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnualRevenueannualRevenueprotected java.lang.StringnumberOfEmployeesprotected java.lang.StringorganizationTypeprotected java.util.List<OwnershipType>ownershipTypeprotected StateOfIncorporationstateOfIncorporationprotected java.lang.StringyearFounded
-
Constructor Summary
Constructors Constructor Description CorporateInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnualRevenuegetAnnualRevenue()Gets the value of the annualRevenue property.java.lang.StringgetNumberOfEmployees()Gets the value of the numberOfEmployees property.java.lang.StringgetOrganizationType()Gets the value of the organizationType property.java.util.List<OwnershipType>getOwnershipType()Gets the value of the ownershipType property.StateOfIncorporationgetStateOfIncorporation()Gets the value of the stateOfIncorporation property.java.lang.StringgetYearFounded()Gets the value of the yearFounded property.voidsetAnnualRevenue(AnnualRevenue value)Sets the value of the annualRevenue property.voidsetNumberOfEmployees(java.lang.String value)Sets the value of the numberOfEmployees property.voidsetOrganizationType(java.lang.String value)Sets the value of the organizationType property.voidsetStateOfIncorporation(StateOfIncorporation value)Sets the value of the stateOfIncorporation property.voidsetYearFounded(java.lang.String value)Sets the value of the yearFounded property.
-
-
-
Field Detail
-
yearFounded
protected java.lang.String yearFounded
-
numberOfEmployees
protected java.lang.String numberOfEmployees
-
organizationType
protected java.lang.String organizationType
-
annualRevenue
protected AnnualRevenue annualRevenue
-
stateOfIncorporation
protected StateOfIncorporation stateOfIncorporation
-
ownershipType
protected java.util.List<OwnershipType> ownershipType
-
-
Method Detail
-
getYearFounded
public java.lang.String getYearFounded()
Gets the value of the yearFounded property.- Returns:
- possible object is
String
-
setYearFounded
public void setYearFounded(java.lang.String value)
Sets the value of the yearFounded property.- Parameters:
value- allowed object isString
-
getNumberOfEmployees
public java.lang.String getNumberOfEmployees()
Gets the value of the numberOfEmployees property.- Returns:
- possible object is
String
-
setNumberOfEmployees
public void setNumberOfEmployees(java.lang.String value)
Sets the value of the numberOfEmployees property.- Parameters:
value- allowed object isString
-
getOrganizationType
public java.lang.String getOrganizationType()
Gets the value of the organizationType property.- Returns:
- possible object is
String
-
setOrganizationType
public void setOrganizationType(java.lang.String value)
Sets the value of the organizationType property.- Parameters:
value- allowed object isString
-
getAnnualRevenue
public AnnualRevenue getAnnualRevenue()
Gets the value of the annualRevenue property.- Returns:
- possible object is
AnnualRevenue
-
setAnnualRevenue
public void setAnnualRevenue(AnnualRevenue value)
Sets the value of the annualRevenue property.- Parameters:
value- allowed object isAnnualRevenue
-
getStateOfIncorporation
public StateOfIncorporation getStateOfIncorporation()
Gets the value of the stateOfIncorporation property.- Returns:
- possible object is
StateOfIncorporation
-
setStateOfIncorporation
public void setStateOfIncorporation(StateOfIncorporation value)
Sets the value of the stateOfIncorporation property.- Parameters:
value- allowed object isStateOfIncorporation
-
getOwnershipType
public java.util.List<OwnershipType> getOwnershipType()
Gets the value of the ownershipType property.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
setmethod 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
-
-