public class OutputFormat extends BaseObject implements Serializable
OutputType
s, each of them offering a different layout.Modifier and Type | Field and Description |
---|---|
protected Boolean |
_default |
protected String |
id |
protected List<OutputType> |
outputType |
protected Permissions |
permissions |
Constructor and Description |
---|
OutputFormat() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The unique Id for this
OutputFormat |
List<OutputType> |
getOutputType()
Gets the value of the outputType property.
|
Permissions |
getPermissions()
Gets the value of the permissions property.
|
Boolean |
isDefault()
Set to 'true' if this is the default
OutputFormat . |
void |
setDefault(Boolean value)
Sets the value of the default property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPermissions(Permissions value)
Sets the value of the permissions property.
|
protected Permissions permissions
protected List<OutputType> outputType
protected String id
protected Boolean _default
public Permissions getPermissions()
Permissions
public void setPermissions(Permissions value)
value
- allowed object is
Permissions
public List<OutputType> getOutputType()
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 outputType property.
For example, to add a new item, do as follows:
getOutputType().add(newItem);
Objects of the following type(s) are allowed in the list
OutputType
public String getId()
OutputFormat
String
public void setId(String value)
value
- allowed object is
String
public Boolean isDefault()
OutputFormat
.Boolean
Copyright © 2011–2021 aiticon GmbH. All rights reserved.