Package org.cxml

Class CorporateInformation

java.lang.Object
org.cxml.CorporateInformation

public class CorporateInformation extends Object
  • Field Details

    • yearFounded

      protected String yearFounded
    • numberOfEmployees

      protected String numberOfEmployees
    • organizationType

      protected String organizationType
    • annualRevenue

      protected AnnualRevenue annualRevenue
    • stateOfIncorporation

      protected StateOfIncorporation stateOfIncorporation
    • ownershipType

      protected List<OwnershipType> ownershipType
  • Constructor Details

    • CorporateInformation

      public CorporateInformation()
  • Method Details

    • getYearFounded

      public String getYearFounded()
      Gets the value of the yearFounded property.
      Returns:
      possible object is String
    • setYearFounded

      public void setYearFounded(String value)
      Sets the value of the yearFounded property.
      Parameters:
      value - allowed object is String
    • getNumberOfEmployees

      public String getNumberOfEmployees()
      Gets the value of the numberOfEmployees property.
      Returns:
      possible object is String
    • setNumberOfEmployees

      public void setNumberOfEmployees(String value)
      Sets the value of the numberOfEmployees property.
      Parameters:
      value - allowed object is String
    • getOrganizationType

      public String getOrganizationType()
      Gets the value of the organizationType property.
      Returns:
      possible object is String
    • setOrganizationType

      public void setOrganizationType(String value)
      Sets the value of the organizationType property.
      Parameters:
      value - allowed object is String
    • 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 is AnnualRevenue
    • 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 is StateOfIncorporation
    • getOwnershipType

      public 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 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