public class EntitledAttributesDTO extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
EntitledAttributesDTO.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localAction
field for Action
|
protected boolean |
localActionTracker |
protected boolean |
localAllActions
field for AllActions
|
protected boolean |
localAllActionsTracker |
protected boolean |
localAllResources
field for AllResources
|
protected boolean |
localAllResourcesTracker |
protected AttributeDTO[] |
localAttributeDTOs
field for AttributeDTOs
This was an Array!
|
protected boolean |
localAttributeDTOsTracker |
protected String |
localEnvironment
field for Environment
|
protected boolean |
localEnvironmentTracker |
protected String |
localResourceName
field for ResourceName
|
protected boolean |
localResourceNameTracker |
Constructor and Description |
---|
EntitledAttributesDTO() |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeDTOs(AttributeDTO param)
Auto generated add method for the array for convenience
|
String |
getAction()
Auto generated getter method
|
boolean |
getAllActions()
Auto generated getter method
|
boolean |
getAllResources()
Auto generated getter method
|
AttributeDTO[] |
getAttributeDTOs()
Auto generated getter method
|
String |
getEnvironment()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
String |
getResourceName()
Auto generated getter method
|
boolean |
isActionSpecified() |
boolean |
isAllActionsSpecified() |
boolean |
isAllResourcesSpecified() |
boolean |
isAttributeDTOsSpecified() |
boolean |
isEnvironmentSpecified() |
boolean |
isResourceNameSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setAction(String param)
Auto generated setter method
|
void |
setAllActions(boolean param)
Auto generated setter method
|
void |
setAllResources(boolean param)
Auto generated setter method
|
void |
setAttributeDTOs(AttributeDTO[] param)
Auto generated setter method
|
void |
setEnvironment(String param)
Auto generated setter method
|
void |
setResourceName(String param)
Auto generated setter method
|
protected void |
validateAttributeDTOs(AttributeDTO[] param)
validate the array for AttributeDTOs
|
protected String localAction
protected boolean localActionTracker
protected boolean localAllActions
protected boolean localAllActionsTracker
protected boolean localAllResources
protected boolean localAllResourcesTracker
protected AttributeDTO[] localAttributeDTOs
protected boolean localAttributeDTOsTracker
protected String localEnvironment
protected boolean localEnvironmentTracker
protected String localResourceName
protected boolean localResourceNameTracker
public boolean isActionSpecified()
public String getAction()
public void setAction(String param)
param
- Actionpublic boolean isAllActionsSpecified()
public boolean getAllActions()
public void setAllActions(boolean param)
param
- AllActionspublic boolean isAllResourcesSpecified()
public boolean getAllResources()
public void setAllResources(boolean param)
param
- AllResourcespublic boolean isAttributeDTOsSpecified()
public AttributeDTO[] getAttributeDTOs()
protected void validateAttributeDTOs(AttributeDTO[] param)
public void setAttributeDTOs(AttributeDTO[] param)
param
- AttributeDTOspublic void addAttributeDTOs(AttributeDTO param)
param
- org.wso2.carbon.identity.entitlement.stub.dto.AttributeDTOpublic boolean isEnvironmentSpecified()
public String getEnvironment()
public void setEnvironment(String param)
param
- Environmentpublic boolean isResourceNameSpecified()
public String getResourceName()
public void setResourceName(String param)
param
- ResourceNamepublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
getOMElement
in interface org.apache.axis2.databinding.ADBBean
parentQName
- factory
- org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser
in interface org.apache.axis2.databinding.ADBBean
org.apache.axis2.databinding.ADBException
Copyright © 2018 WSO2. All rights reserved.