Package iofXml.v2

Class SubOrganisationType

java.lang.Object
iofXml.v2.SubOrganisationType

public class SubOrganisationType extends Object

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">
       <choice>
         <element ref="{}OrganisationTypeId"/>
         <element ref="{}OrganisationType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SubOrganisationType

      public SubOrganisationType()
  • Method Details

    • getOrganisationTypeId

      public OrganisationTypeId getOrganisationTypeId()
      Gets the value of the organisationTypeId property.
      Returns:
      possible object is OrganisationTypeId
    • setOrganisationTypeId

      public void setOrganisationTypeId(OrganisationTypeId value)
      Sets the value of the organisationTypeId property.
      Parameters:
      value - allowed object is OrganisationTypeId
    • getOrganisationType

      public OrganisationType getOrganisationType()
      Gets the value of the organisationType property.
      Returns:
      possible object is OrganisationType
    • setOrganisationType

      public void setOrganisationType(OrganisationType value)
      Sets the value of the organisationType property.
      Parameters:
      value - allowed object is OrganisationType