public static class JaxbMapElement.JaxbMapKey
extends java.lang.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> <choice maxOccurs="unbounded" minOccurs="0"> <element name="column" type="{http://www.hibernate.org/xsd/hibernate-mapping}column-element"/> <element name="formula" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="type" type="{http://www.hibernate.org/xsd/hibernate-mapping}type-element" minOccurs="0"/> </sequence> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
column |
protected java.util.List<java.lang.Object> |
columnOrFormula |
protected java.lang.String |
formula |
protected java.lang.String |
length |
protected java.lang.String |
node |
protected JaxbTypeElement |
type |
protected java.lang.String |
typeAttribute |
Constructor and Description |
---|
JaxbMapElement.JaxbMapKey() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumn()
Gets the value of the column property.
|
java.util.List<java.lang.Object> |
getColumnOrFormula()
Gets the value of the columnOrFormula property.
|
java.lang.String |
getFormula()
Gets the value of the formula property.
|
java.lang.String |
getLength()
Gets the value of the length property.
|
java.lang.String |
getNode()
Gets the value of the node property.
|
JaxbTypeElement |
getType()
Gets the value of the type property.
|
java.lang.String |
getTypeAttribute()
Gets the value of the typeAttribute property.
|
void |
setColumn(java.lang.String value)
Sets the value of the column property.
|
void |
setFormula(java.lang.String value)
Sets the value of the formula property.
|
void |
setLength(java.lang.String value)
Sets the value of the length property.
|
void |
setNode(java.lang.String value)
Sets the value of the node property.
|
void |
setType(JaxbTypeElement value)
Sets the value of the type property.
|
void |
setTypeAttribute(java.lang.String value)
Sets the value of the typeAttribute property.
|
protected java.util.List<java.lang.Object> columnOrFormula
protected JaxbTypeElement type
protected java.lang.String column
protected java.lang.String formula
protected java.lang.String length
protected java.lang.String node
protected java.lang.String typeAttribute
public java.util.List<java.lang.Object> getColumnOrFormula()
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 columnOrFormula property.
For example, to add a new item, do as follows:
getColumnOrFormula().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbColumnElement
String
public JaxbTypeElement getType()
JaxbTypeElement
public void setType(JaxbTypeElement value)
value
- allowed object is
JaxbTypeElement
public java.lang.String getColumn()
String
public void setColumn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormula()
String
public void setFormula(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLength()
String
public void setLength(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNode()
String
public void setNode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTypeAttribute()
String
public void setTypeAttribute(java.lang.String value)
value
- allowed object is
String
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.