Class Attribute


  • public class Attribute
    extends LinkCollection

    Java class for Attribute complex type.

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

     <complexType name="Attribute">
       <complexContent>
         <extension base="{http://www.xwiki.org}LinkCollection">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Attribute

        public Attribute()