Class AttributeValueType

  • All Implemented Interfaces:
    Serializable

    public class AttributeValueType
    extends Object
    implements Serializable

    Java class for attributeValueType complex type.

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

     <complexType name="attributeValueType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="char" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="number" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="clob" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="externalValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="dimensionReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType"/>
             <element name="documentReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType"/>
             <element name="valuelistReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType"/>
             <element name="userReference" type="{http://www.iknowbase.com/ws/iknowbase-1}userReferenceType"/>
           </choice>
           <attribute name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="lineNo" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="implMethod" type="{http://www.iknowbase.com/ws/iknowbase-1}implMethods" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form