Package org.cxml

Class CorporateInformation


  • public class CorporateInformation
    extends java.lang.Object
    • Field Detail

      • yearFounded

        protected java.lang.String yearFounded
      • numberOfEmployees

        protected java.lang.String numberOfEmployees
      • organizationType

        protected java.lang.String organizationType
      • ownershipType

        protected java.util.List<OwnershipType> ownershipType
    • Constructor Detail

      • CorporateInformation

        public CorporateInformation()
    • 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 is String
      • 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 is String
      • 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 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
      • setStateOfIncorporation

        public void setStateOfIncorporation​(StateOfIncorporation value)
        Sets the value of the stateOfIncorporation property.
        Parameters:
        value - allowed object is StateOfIncorporation
      • 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 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