Package iofXml.v2

Class Organisation

  • All Implemented Interfaces:

    
    public class Organisation
    
                        

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
    <complexType>
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element ref="{}OrganisationId"/>
            <element ref="{}Name"/>
            <element ref="{}ShortName" minOccurs="0"/>
            <choice>
              <element ref="{}OrganisationTypeId"/>
              <element ref="{}OrganisationType"/>
            </choice>
            <choice minOccurs="0">
              <element ref="{}CountryId"/>
              <element ref="{}Country"/>
            </choice>
            <element ref="{}Address" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}Tele" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}Account" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}Contact" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}SubOrganisation" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}ModifyDate" minOccurs="0"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>
    
    • Constructor Detail

      • Organisation

        Organisation()
    • Method Detail

      • getName

         Name getName()

        Gets the value of the name property.

        Returns:

        possibleobject is Name

      • setName

         void setName(Name value)

        Sets the value of the name property.

        Parameters:
        value - allowed object is Name
      • setCountry

         void setCountry(Country value)

        Sets the value of the country property.

        Parameters:
        value - allowed object is Country
      • getAddress

         List<Address> getAddress()

        Gets the value of the address 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 address property.

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

        getAddress().add(newItem);
        

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

        Returns:

        Thevalue of the address property.

      • getTele

         List<Tele> getTele()

        Gets the value of the tele 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 tele property.

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

        getTele().add(newItem);
        

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

        Returns:

        Thevalue of the tele property.

      • getAccount

         List<Account> getAccount()

        Gets the value of the account 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 account property.

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

        getAccount().add(newItem);
        

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

        Returns:

        Thevalue of the account property.

      • getContact

         List<Contact> getContact()

        Gets the value of the contact 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 contact property.

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

        getContact().add(newItem);
        

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

        Returns:

        Thevalue of the contact property.

      • getSubOrganisation

         List<SubOrganisation> getSubOrganisation()

        Gets the value of the subOrganisation 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 subOrganisation property.

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

        getSubOrganisation().add(newItem);
        

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

        Returns:

        Thevalue of the subOrganisation property.