Package org.cxml

Class Organization


  • public class Organization
    extends java.lang.Object
    • Constructor Detail

      • Organization

        public Organization()
    • Method Detail

      • getName

        public Name getName()
        Gets the value of the name property.
        Returns:
        possible object is Name
      • setName

        public void setName​(Name value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is Name
      • getCredential

        public java.util.List<Credential> getCredential()
        Gets the value of the credential 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 credential property.

        For example, to add a new item, do as follows:

            getCredential().add(newItem);
         

        Objects of the following type(s) are allowed in the list Credential

      • getOrganizationRole

        public java.util.List<OrganizationRole> getOrganizationRole()
        Gets the value of the organizationRole 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 organizationRole property.

        For example, to add a new item, do as follows:

            getOrganizationRole().add(newItem);
         

        Objects of the following type(s) are allowed in the list OrganizationRole

      • getAddress

        public Address getAddress()
        Gets the value of the address property.
        Returns:
        possible object is Address
      • setAddress

        public void setAddress​(Address value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is Address
      • setCorporateInformation

        public void setCorporateInformation​(CorporateInformation value)
        Sets the value of the corporateInformation property.
        Parameters:
        value - allowed object is CorporateInformation
      • getTaxInformation

        public TaxInformation getTaxInformation()
        Gets the value of the taxInformation property.
        Returns:
        possible object is TaxInformation
      • setTaxInformation

        public void setTaxInformation​(TaxInformation value)
        Sets the value of the taxInformation property.
        Parameters:
        value - allowed object is TaxInformation
      • getDescription

        public java.util.List<Description> getDescription()
        Gets the value of the description 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 description property.

        For example, to add a new item, do as follows:

            getDescription().add(newItem);
         

        Objects of the following type(s) are allowed in the list Description

      • getPerson

        public java.util.List<Person> getPerson()
        Gets the value of the person 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 person property.

        For example, to add a new item, do as follows:

            getPerson().add(newItem);
         

        Objects of the following type(s) are allowed in the list Person

      • getIndustry

        public java.util.List<Industry> getIndustry()
        Gets the value of the industry 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 industry property.

        For example, to add a new item, do as follows:

            getIndustry().add(newItem);
         

        Objects of the following type(s) are allowed in the list Industry

      • getCommodity

        public java.util.List<Commodity> getCommodity()
        Gets the value of the commodity 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 commodity property.

        For example, to add a new item, do as follows:

            getCommodity().add(newItem);
         

        Objects of the following type(s) are allowed in the list Commodity

      • getTerritory

        public java.util.List<Territory> getTerritory()
        Gets the value of the territory 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 territory property.

        For example, to add a new item, do as follows:

            getTerritory().add(newItem);
         

        Objects of the following type(s) are allowed in the list Territory

      • getPaymentInformation

        public java.util.List<PaymentInformation> getPaymentInformation()
        Gets the value of the paymentInformation 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 paymentInformation property.

        For example, to add a new item, do as follows:

            getPaymentInformation().add(newItem);
         

        Objects of the following type(s) are allowed in the list PaymentInformation

      • getExtrinsic

        public java.util.List<Extrinsic> getExtrinsic()
        Gets the value of the extrinsic 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 extrinsic property.

        For example, to add a new item, do as follows:

            getExtrinsic().add(newItem);
         

        Objects of the following type(s) are allowed in the list Extrinsic