Class UserNeedStructure

  • All Implemented Interfaces:
    Serializable

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

    Java class for UserNeedStructure complex type.

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

     <complexType name="UserNeedStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.ifopt.org.uk/acsb}UserNeedGroup"/>
             <element name="Excluded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="NeedRanking" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="Extensions" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form