public class VersionsBean extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
VersionsBean.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localDeleteLocked
field for DeleteLocked
|
protected boolean |
localDeleteLockedTracker |
protected boolean |
localDeletePermissionAllowed
field for DeletePermissionAllowed
|
protected boolean |
localDeletePermissionAllowedTracker |
protected boolean |
localLoggedIn
field for LoggedIn
|
protected boolean |
localLoggedInTracker |
protected String |
localPermalink
field for Permalink
|
protected boolean |
localPermalinkTracker |
protected boolean |
localPutAllowed
field for PutAllowed
|
protected boolean |
localPutAllowedTracker |
protected String |
localResourcePath
field for ResourcePath
|
protected boolean |
localResourcePathTracker |
protected VersionPath[] |
localVersionPaths
field for VersionPaths
This was an Array!
|
protected boolean |
localVersionPathsTracker |
protected String |
localWriteLocked
field for WriteLocked
|
protected boolean |
localWriteLockedTracker |
Constructor and Description |
---|
VersionsBean() |
Modifier and Type | Method and Description |
---|---|
void |
addVersionPaths(VersionPath param)
Auto generated add method for the array for convenience
|
String |
getDeleteLocked()
Auto generated getter method
|
boolean |
getDeletePermissionAllowed()
Auto generated getter method
|
boolean |
getLoggedIn()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
String |
getPermalink()
Auto generated getter method
|
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
boolean |
getPutAllowed()
Auto generated getter method
|
String |
getResourcePath()
Auto generated getter method
|
VersionPath[] |
getVersionPaths()
Auto generated getter method
|
String |
getWriteLocked()
Auto generated getter method
|
boolean |
isDeleteLockedSpecified() |
boolean |
isDeletePermissionAllowedSpecified() |
boolean |
isLoggedInSpecified() |
boolean |
isPermalinkSpecified() |
boolean |
isPutAllowedSpecified() |
boolean |
isResourcePathSpecified() |
boolean |
isVersionPathsSpecified() |
boolean |
isWriteLockedSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setDeleteLocked(String param)
Auto generated setter method
|
void |
setDeletePermissionAllowed(boolean param)
Auto generated setter method
|
void |
setLoggedIn(boolean param)
Auto generated setter method
|
void |
setPermalink(String param)
Auto generated setter method
|
void |
setPutAllowed(boolean param)
Auto generated setter method
|
void |
setResourcePath(String param)
Auto generated setter method
|
void |
setVersionPaths(VersionPath[] param)
Auto generated setter method
|
void |
setWriteLocked(String param)
Auto generated setter method
|
protected void |
validateVersionPaths(VersionPath[] param)
validate the array for VersionPaths
|
protected String localDeleteLocked
protected boolean localDeleteLockedTracker
protected boolean localDeletePermissionAllowed
protected boolean localDeletePermissionAllowedTracker
protected boolean localLoggedIn
protected boolean localLoggedInTracker
protected String localPermalink
protected boolean localPermalinkTracker
protected boolean localPutAllowed
protected boolean localPutAllowedTracker
protected String localResourcePath
protected boolean localResourcePathTracker
protected VersionPath[] localVersionPaths
protected boolean localVersionPathsTracker
protected String localWriteLocked
protected boolean localWriteLockedTracker
public boolean isDeleteLockedSpecified()
public String getDeleteLocked()
public void setDeleteLocked(String param)
param
- DeleteLockedpublic boolean isDeletePermissionAllowedSpecified()
public boolean getDeletePermissionAllowed()
public void setDeletePermissionAllowed(boolean param)
param
- DeletePermissionAllowedpublic boolean isLoggedInSpecified()
public boolean getLoggedIn()
public void setLoggedIn(boolean param)
param
- LoggedInpublic boolean isPermalinkSpecified()
public String getPermalink()
public void setPermalink(String param)
param
- Permalinkpublic boolean isPutAllowedSpecified()
public boolean getPutAllowed()
public void setPutAllowed(boolean param)
param
- PutAllowedpublic boolean isResourcePathSpecified()
public String getResourcePath()
public void setResourcePath(String param)
param
- ResourcePathpublic boolean isVersionPathsSpecified()
public VersionPath[] getVersionPaths()
protected void validateVersionPaths(VersionPath[] param)
public void setVersionPaths(VersionPath[] param)
param
- VersionPathspublic void addVersionPaths(VersionPath param)
param
- org.wso2.carbon.registry.resource.stub.beans.xsd.VersionPathpublic boolean isWriteLockedSpecified()
public String getWriteLocked()
public void setWriteLocked(String param)
param
- WriteLockedpublic 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 © 2017 WSO2. All rights reserved.