Class DataSources.DataSource
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.DataSources.DataSource
- Enclosing class:
- DataSources
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="viewAttributes">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="allViewAttributes" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="columnObject" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="schemaName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="columnObjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="resourceUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataSources.DataSource.ColumnObjectThe column object.protected StringThe id.protected StringThe resource uri.protected StringThe type.protected DataSources.DataSource.ViewAttributesThe view attributes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnObject property.getId()Gets the value of the id property.Gets the value of the resourceUri property.getType()Gets the value of the type property.Gets the value of the viewAttributes property.voidSets the value of the columnObject property.voidSets the value of the id property.voidsetResourceUri(String value) Sets the value of the resourceUri property.voidSets the value of the type property.voidSets the value of the viewAttributes property.
-
Field Details
-
viewAttributes
The view attributes. -
columnObject
The column object. -
resourceUri
The resource uri. -
id
The id. -
type
The type.
-
-
Constructor Details
-
DataSource
public DataSource()
-
-
Method Details
-
getViewAttributes
Gets the value of the viewAttributes property.- Returns:
- possible object is
DataSources.DataSource.ViewAttributes
-
setViewAttributes
Sets the value of the viewAttributes property.- Parameters:
value- allowed object isDataSources.DataSource.ViewAttributes
-
getColumnObject
Gets the value of the columnObject property.- Returns:
- possible object is
DataSources.DataSource.ColumnObject
-
setColumnObject
Sets the value of the columnObject property.- Parameters:
value- allowed object isDataSources.DataSource.ColumnObject
-
getResourceUri
Gets the value of the resourceUri property.- Returns:
- possible object is
String
-
setResourceUri
Sets the value of the resourceUri property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-