|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.api.metastore.XDimAttribute
public class XDimAttribute
A dim attribute.
Java class for x_dim_attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_dim_attribute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ref_spec" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="table_references" type="{uri:lens:cube:0.1}x_table_references"/>
<element name="chain_ref_column" type="{uri:lens:cube:0.1}x_chain_column"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="display_string" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
XDimAttribute.RefSpec
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
XDimAttribute()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getDisplayString()
Gets the value of the displayString property. |
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property. |
String |
getName()
Gets the value of the name property. |
XDimAttribute.RefSpec |
getRefSpec()
Gets the value of the refSpec property. |
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
String |
getType()
Gets the value of the type property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDisplayString(String value)
Sets the value of the displayString property. |
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRefSpec(XDimAttribute.RefSpec value)
Sets the value of the refSpec property. |
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XDimAttribute()
| Method Detail |
|---|
public XDimAttribute.RefSpec getRefSpec()
XDimAttribute.RefSpecpublic void setRefSpec(XDimAttribute.RefSpec value)
value - allowed object is
XDimAttribute.RefSpecpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayString()
Stringpublic void setDisplayString(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||