public class PolicyGroupRevsMgr extends AbstractGroup implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private PolicyGroup |
activeRevision |
private java.lang.Boolean |
isHidden |
private java.lang.Integer |
lastRevisionNumber |
private PolicyGroup[] |
revisions |
private PolicyGroupScopeType |
scope |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
PolicyGroupRevsMgr() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
PolicyGroup |
getActiveRevision() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.Boolean |
getIsHidden() |
java.lang.Integer |
getLastRevisionNumber() |
PolicyGroup[] |
getRevisions() |
PolicyGroupScopeType |
getScope() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setActiveRevision(PolicyGroup activeRevision) |
void |
setIsHidden(java.lang.Boolean isHidden) |
void |
setLastRevisionNumber(java.lang.Integer lastRevisionNumber) |
void |
setRevisions(PolicyGroup[] revisions) |
void |
setScope(PolicyGroupScopeType scope) |
getCategory, getDescription, setCategory, setDescription
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private PolicyGroup activeRevision
private java.lang.Boolean isHidden
private java.lang.Integer lastRevisionNumber
private PolicyGroup[] revisions
private PolicyGroupScopeType scope
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public PolicyGroup getActiveRevision()
public void setActiveRevision(PolicyGroup activeRevision)
public java.lang.Boolean getIsHidden()
public void setIsHidden(java.lang.Boolean isHidden)
public java.lang.Integer getLastRevisionNumber()
public void setLastRevisionNumber(java.lang.Integer lastRevisionNumber)
public PolicyGroup[] getRevisions()
public void setRevisions(PolicyGroup[] revisions)
public PolicyGroupScopeType getScope()
public void setScope(PolicyGroupScopeType scope)
public boolean equals(java.lang.Object obj)
equals
in class AbstractGroup
public int hashCode()
hashCode
in class AbstractGroup
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)