org.hibernate.internal.jaxb.mapping.hbm
Class JaxbHibernateMapping.JaxbClass.JaxbTimestamp

java.lang.Object
  extended by org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Enclosing class:
JaxbHibernateMapping.JaxbClass

public static class JaxbHibernateMapping.JaxbClass.JaxbTimestamp
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="generated" type="{http://www.hibernate.org/xsd/hibernate-mapping}generated-attribute" default="never" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="source" default="vm">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="db"/>
             <enumeration value="vm"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="unsaved-value" default="null">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="null"/>
             <enumeration value="undefined"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String access
           
protected  String column
           
protected  JaxbGeneratedAttribute generated
           
protected  List<JaxbMetaElement> meta
           
protected  String name
           
protected  String node
           
protected  String source
           
protected  String unsavedValue
           
 
Constructor Summary
JaxbHibernateMapping.JaxbClass.JaxbTimestamp()
           
 
Method Summary
 String getAccess()
          Gets the value of the access property.
 String getColumn()
          Gets the value of the column property.
 JaxbGeneratedAttribute getGenerated()
          Gets the value of the generated property.
 List<JaxbMetaElement> getMeta()
          Gets the value of the meta property.
 String getName()
          Gets the value of the name property.
 String getNode()
          Gets the value of the node property.
 String getSource()
          Gets the value of the source property.
 String getUnsavedValue()
          Gets the value of the unsavedValue property.
 void setAccess(String value)
          Sets the value of the access property.
 void setColumn(String value)
          Sets the value of the column property.
 void setGenerated(JaxbGeneratedAttribute value)
          Sets the value of the generated property.
 void setName(String value)
          Sets the value of the name property.
 void setNode(String value)
          Sets the value of the node property.
 void setSource(String value)
          Sets the value of the source property.
 void setUnsavedValue(String value)
          Sets the value of the unsavedValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

meta

protected List<JaxbMetaElement> meta

access

protected String access

column

protected String column

generated

protected JaxbGeneratedAttribute generated

name

protected String name

node

protected String node

source

protected String source

unsavedValue

protected String unsavedValue
Constructor Detail

JaxbHibernateMapping.JaxbClass.JaxbTimestamp

public JaxbHibernateMapping.JaxbClass.JaxbTimestamp()
Method Detail

getMeta

public List<JaxbMetaElement> getMeta()
Gets the value of the meta property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list JaxbMetaElement


getAccess

public String getAccess()
Gets the value of the access property.

Returns:
possible object is String

setAccess

public void setAccess(String value)
Sets the value of the access property.

Parameters:
value - allowed object is String

getColumn

public String getColumn()
Gets the value of the column property.

Returns:
possible object is String

setColumn

public void setColumn(String value)
Sets the value of the column property.

Parameters:
value - allowed object is String

getGenerated

public JaxbGeneratedAttribute getGenerated()
Gets the value of the generated property.

Returns:
possible object is JaxbGeneratedAttribute

setGenerated

public void setGenerated(JaxbGeneratedAttribute value)
Sets the value of the generated property.

Parameters:
value - allowed object is JaxbGeneratedAttribute

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNode

public String getNode()
Gets the value of the node property.

Returns:
possible object is String

setNode

public void setNode(String value)
Sets the value of the node property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getUnsavedValue

public String getUnsavedValue()
Gets the value of the unsavedValue property.

Returns:
possible object is String

setUnsavedValue

public void setUnsavedValue(String value)
Sets the value of the unsavedValue property.

Parameters:
value - allowed object is String


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.