Class DocumentAttributeValue

  • All Implemented Interfaces:
    Serializable

    public class DocumentAttributeValue
    extends Object
    implements Serializable

    Java class for documentAttributeValue complex type.

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

     <complexType name="documentAttributeValue">
       <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-2}objectReference"/>
             <element name="documentReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="valuelistReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="file" type="{http://www.iknowbase.com/ws/iknowbase-2}file"/>
             <element name="xml" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="objectReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="userReference" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
           </choice>
           <attribute name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="lineNo" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="doInternalCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="buildMetadata" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="objectGuid" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form