Class KeyColumnRef

java.lang.Object
org.genericode.xml._2004.ns.codelist._0.KeyColumnRef

public class KeyColumnRef extends Object
Reference to a column which forms part of a key.

Java class for KeyColumnRef complex type.

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

 <complexType name="KeyColumnRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Annotation" minOccurs="0" form="unqualified">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Description" minOccurs="0" form="unqualified">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="AppInfo" minOccurs="0" form="unqualified">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="Ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • KeyColumnRef

      public KeyColumnRef()
  • Method Details