public class Attributes extends Object
Java class for attributeCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeCollection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://www.collibra.com/dgc/1.0}attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Attribute> |
attributes |
Constructor and Description |
---|
Attributes() |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
getAttributes()
Gets the value of the attributes property.
|
Attributes |
withAttributes(Attribute... values) |
Attributes |
withAttributes(Collection<Attribute> values) |
public List<Attribute> getAttributes()
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list Attribute
public Attributes withAttributes(Attribute... values)
public Attributes withAttributes(Collection<Attribute> values)
Copyright © 2010–2019. All rights reserved.