Package iofXml.v2
Class SubOrganisationType
-
- All Implemented Interfaces:
public class SubOrganisationType
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>
-
-
Constructor Summary
Constructors Constructor Description SubOrganisationType()
-
Method Summary
Modifier and Type Method Description OrganisationTypeId
getOrganisationTypeId()
Gets the value of the organisationTypeId property. void
setOrganisationTypeId(OrganisationTypeId value)
Sets the value of the organisationTypeId property. OrganisationType
getOrganisationType()
Gets the value of the organisationType property. void
setOrganisationType(OrganisationType value)
Sets the value of the organisationType property. -
-
Method Detail
-
getOrganisationTypeId
OrganisationTypeId getOrganisationTypeId()
Gets the value of the organisationTypeId property.
- Returns:
possibleobject is OrganisationTypeId
-
setOrganisationTypeId
void setOrganisationTypeId(OrganisationTypeId value)
Sets the value of the organisationTypeId property.
- Parameters:
value
- allowed object is OrganisationTypeId
-
getOrganisationType
OrganisationType getOrganisationType()
Gets the value of the organisationType property.
- Returns:
possibleobject is OrganisationType
-
setOrganisationType
void setOrganisationType(OrganisationType value)
Sets the value of the organisationType property.
- Parameters:
value
- allowed object is OrganisationType
-
-
-
-