类 JaxbHbmListIndexType

  • 所有已实现的接口:
    Serializable

    public class JaxbHbmListIndexType
    extends Object
    implements Serializable

    Java class for ListIndexType complex type.

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

     <complexType name="ListIndexType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="column" type="{http://www.hibernate.org/xsd/orm/hbm}ColumnType" minOccurs="0"/>
           </sequence>
           <attribute name="base" type="{http://www.w3.org/2001/XMLSchema}string" default="0" />
           <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    另请参阅:
    序列化表格
    • 构造器详细资料

      • JaxbHbmListIndexType

        public JaxbHbmListIndexType()
    • 方法详细资料

      • getBase

        public String getBase()
        Gets the value of the base property.
        返回:
        possible object is String
      • setBase

        public void setBase​(String value)
        Sets the value of the base property.
        参数:
        value - allowed object is String
      • getColumnAttribute

        public String getColumnAttribute()
        Gets the value of the columnAttribute property.
        返回:
        possible object is String
      • setColumnAttribute

        public void setColumnAttribute​(String value)
        Sets the value of the columnAttribute property.
        参数:
        value - allowed object is String