public class XVirtualFactTable extends XFact implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for x_virtual_fact_table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_virtual_fact_table"> <complexContent> <extension base="{uri:lens:cube:0.1}x_fact"> <sequence> <element name="properties" type="{uri:lens:cube:0.1}x_properties" minOccurs="0"/> </sequence> <attribute name="source_fact_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="weight"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
Constructor and Description |
---|
XVirtualFactTable() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
XProperties |
getProperties()
Gets the value of the properties property.
|
String |
getSourceFactName()
Gets the value of the sourceFactName property.
|
Double |
getWeight()
Gets the value of the weight property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setProperties(XProperties value)
Sets the value of the properties property.
|
void |
setSourceFactName(String value)
Sets the value of the sourceFactName property.
|
void |
setWeight(Double value)
Sets the value of the weight property.
|
String |
toString() |
XVirtualFactTable |
withCubeName(String value) |
XVirtualFactTable |
withDescription(String value) |
XVirtualFactTable |
withName(String value) |
XVirtualFactTable |
withProperties(XProperties value) |
XVirtualFactTable |
withSourceFactName(String value) |
XVirtualFactTable |
withWeight(Double value) |
getCubeName, getDescription, getName, setCubeName, setDescription, setName
public XProperties getProperties()
XProperties
public void setProperties(XProperties value)
value
- allowed object is
XProperties
public String getSourceFactName()
String
public void setSourceFactName(String value)
value
- allowed object is
String
public Double getWeight()
Double
public void setWeight(Double value)
value
- allowed object is
Double
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
appendFields
in class XFact
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
public XVirtualFactTable withProperties(XProperties value)
public XVirtualFactTable withSourceFactName(String value)
public XVirtualFactTable withWeight(Double value)
public XVirtualFactTable withName(String value)
public XVirtualFactTable withDescription(String value)
withDescription
in class XFact
public XVirtualFactTable withCubeName(String value)
withCubeName
in class XFact
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.