Class AttributeListType


  • public class AttributeListType
    extends AttributeType

    Java class for AttributeListType complex type.

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

     <complexType name="AttributeListType">
       <complexContent>
         <extension base="{}AttributeType">
           <sequence>
             <element name="values" type="{}AttributeType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AttributeListType

        public AttributeListType()
    • Method Detail

      • setValues

        public void setValues​(AttributeType value)
        Sets the value of the values property.
        Parameters:
        value - allowed object is AttributeType