public class DataObjectPermissions extends Object
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="DataObjectPermission" type="{http://www.netex.org.uk/netex}DataObjectServicePermissionStructure" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DataObjectServicePermissionStructure> |
dataObjectPermission |
| Constructor and Description |
|---|
DataObjectPermissions() |
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectServicePermissionStructure> |
getDataObjectPermission()
Gets the value of the dataObjectPermission property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DataObjectPermissions |
withDataObjectPermission(Collection<DataObjectServicePermissionStructure> values) |
DataObjectPermissions |
withDataObjectPermission(DataObjectServicePermissionStructure... values) |
protected List<DataObjectServicePermissionStructure> dataObjectPermission
public List<DataObjectServicePermissionStructure> getDataObjectPermission()
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 dataObjectPermission property.
For example, to add a new item, do as follows:
getDataObjectPermission().add(newItem);
Objects of the following type(s) are allowed in the list
DataObjectServicePermissionStructure
public DataObjectPermissions withDataObjectPermission(DataObjectServicePermissionStructure... values)
public DataObjectPermissions withDataObjectPermission(Collection<DataObjectServicePermissionStructure> values)
Copyright © 2018 Entur AS. All rights reserved.