Class SuitabilityStructure

  • All Implemented Interfaces:
    Serializable

    public class SuitabilityStructure
    extends Object
    implements Serializable
    Type for of a specific need

    Java class for SuitabilityStructure complex type.

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

     <complexType name="SuitabilityStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Suitable" type="{http://www.ifopt.org.uk/acsb}SuitabilityEnumeration"/>
             <element name="UserNeed" type="{http://www.ifopt.org.uk/acsb}UserNeedStructure"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form