Package com.emc.d2fs.models.preference
Class ColumnPreference
java.lang.Object
com.emc.d2fs.models.preference.ColumnPreference
- All Implemented Interfaces:
Serializable
Java class for columnPreference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="columnPreference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="columns" type="{http://www.emc.com/d2fs/models/preference}column" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="colType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the colType property.Gets the value of the columns property.void
setColType
(String value) Sets the value of the colType property.
-
Constructor Details
-
ColumnPreference
public ColumnPreference()
-
-
Method Details
-
getColumns
Gets the value of the columns 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 columns property.For example, to add a new item, do as follows:
getColumns().add(newItem);
Objects of the following type(s) are allowed in the list
Column
-
getColType
Gets the value of the colType property.- Returns:
- possible object is
String
-
setColType
Sets the value of the colType property.- Parameters:
value
- allowed object isString
-