public class EntitledResultSetDTO extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
EntitledResultSetDTO.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
localAdvanceResult
field for AdvanceResult
|
protected boolean |
localAdvanceResultTracker |
protected EntitledAttributesDTO[] |
localEntitledAttributesDTOs
field for EntitledAttributesDTOs
This was an Array!
|
protected boolean |
localEntitledAttributesDTOsTracker |
protected String |
localMessage
field for Message
|
protected boolean |
localMessageTracker |
protected String |
localMessageType
field for MessageType
|
protected boolean |
localMessageTypeTracker |
Constructor and Description |
---|
EntitledResultSetDTO() |
Modifier and Type | Method and Description |
---|---|
void |
addEntitledAttributesDTOs(EntitledAttributesDTO param)
Auto generated add method for the array for convenience
|
boolean |
getAdvanceResult()
Auto generated getter method
|
EntitledAttributesDTO[] |
getEntitledAttributesDTOs()
Auto generated getter method
|
String |
getMessage()
Auto generated getter method
|
String |
getMessageType()
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
|
boolean |
isAdvanceResultSpecified() |
boolean |
isEntitledAttributesDTOsSpecified() |
boolean |
isMessageSpecified() |
boolean |
isMessageTypeSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setAdvanceResult(boolean param)
Auto generated setter method
|
void |
setEntitledAttributesDTOs(EntitledAttributesDTO[] param)
Auto generated setter method
|
void |
setMessage(String param)
Auto generated setter method
|
void |
setMessageType(String param)
Auto generated setter method
|
protected void |
validateEntitledAttributesDTOs(EntitledAttributesDTO[] param)
validate the array for EntitledAttributesDTOs
|
protected boolean localAdvanceResult
protected boolean localAdvanceResultTracker
protected EntitledAttributesDTO[] localEntitledAttributesDTOs
protected boolean localEntitledAttributesDTOsTracker
protected String localMessage
protected boolean localMessageTracker
protected String localMessageType
protected boolean localMessageTypeTracker
public boolean isAdvanceResultSpecified()
public boolean getAdvanceResult()
public void setAdvanceResult(boolean param)
param
- AdvanceResultpublic boolean isEntitledAttributesDTOsSpecified()
public EntitledAttributesDTO[] getEntitledAttributesDTOs()
protected void validateEntitledAttributesDTOs(EntitledAttributesDTO[] param)
public void setEntitledAttributesDTOs(EntitledAttributesDTO[] param)
param
- EntitledAttributesDTOspublic void addEntitledAttributesDTOs(EntitledAttributesDTO param)
param
- org.wso2.carbon.identity.entitlement.stub.dto.EntitledAttributesDTOpublic boolean isMessageSpecified()
public String getMessage()
public void setMessage(String param)
param
- Messagepublic boolean isMessageTypeSpecified()
public String getMessageType()
public void setMessageType(String param)
param
- MessageTypepublic 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 © 2019 WSO2. All rights reserved.