Package org.cxml
Class CorporateInformation
java.lang.Object
org.cxml.CorporateInformation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnnualRevenueprotected Stringprotected Stringprotected List<OwnershipType>protected StateOfIncorporationprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annualRevenue property.Gets the value of the numberOfEmployees property.Gets the value of the organizationType property.Gets the value of the ownershipType property.Gets the value of the stateOfIncorporation property.Gets the value of the yearFounded property.voidsetAnnualRevenue(AnnualRevenue value) Sets the value of the annualRevenue property.voidsetNumberOfEmployees(String value) Sets the value of the numberOfEmployees property.voidsetOrganizationType(String value) Sets the value of the organizationType property.voidSets the value of the stateOfIncorporation property.voidsetYearFounded(String value) Sets the value of the yearFounded property.
-
Field Details
-
yearFounded
-
numberOfEmployees
-
organizationType
-
annualRevenue
-
stateOfIncorporation
-
ownershipType
-
-
Constructor Details
-
CorporateInformation
public CorporateInformation()
-
-
Method Details
-
getYearFounded
Gets the value of the yearFounded property.- Returns:
- possible object is
String
-
setYearFounded
Sets the value of the yearFounded property.- Parameters:
value- allowed object isString
-
getNumberOfEmployees
Gets the value of the numberOfEmployees property.- Returns:
- possible object is
String
-
setNumberOfEmployees
Sets the value of the numberOfEmployees property.- Parameters:
value- allowed object isString
-
getOrganizationType
Gets the value of the organizationType property.- Returns:
- possible object is
String
-
setOrganizationType
Sets the value of the organizationType property.- Parameters:
value- allowed object isString
-
getAnnualRevenue
Gets the value of the annualRevenue property.- Returns:
- possible object is
AnnualRevenue
-
setAnnualRevenue
Sets the value of the annualRevenue property.- Parameters:
value- allowed object isAnnualRevenue
-
getStateOfIncorporation
Gets the value of the stateOfIncorporation property.- Returns:
- possible object is
StateOfIncorporation
-
setStateOfIncorporation
Sets the value of the stateOfIncorporation property.- Parameters:
value- allowed object isStateOfIncorporation
-
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
-