Package org.cxml

Class Organization

java.lang.Object
org.cxml.Organization

public class Organization extends Object
  • Field Details

  • Constructor Details

    • Organization

      public Organization()
  • Method Details

    • 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 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 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
    • getCorporateInformation

      public CorporateInformation getCorporateInformation()
      Gets the value of the corporateInformation property.
      Returns:
      possible object is CorporateInformation
    • 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
    • getRelationshipInformation

      public RelationshipInformation getRelationshipInformation()
      Gets the value of the relationshipInformation property.
      Returns:
      possible object is RelationshipInformation
    • setRelationshipInformation

      public void setRelationshipInformation(RelationshipInformation value)
      Sets the value of the relationshipInformation property.
      Parameters:
      value - allowed object is RelationshipInformation
    • getDescription

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