public class org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin extends java.lang.Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
{
protected java.util.List contents;
protected java.lang.Boolean anonymousAccessAllowed;
protected java.lang.String anonymousGroup;
protected java.lang.String anonymousUser;
protected java.lang.String userGroups;
protected java.lang.String userPasswords;
protected java.lang.String id;
private java.util.Map otherAttributes;
public void <init>()
{
java.util.HashMap v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.Map otherAttributes> = v;
return;
}
public java.util.List getContents()
{
java.util.List v, v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
java.util.ArrayList v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents> = v;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
return v;
}
public java.lang.Boolean isAnonymousAccessAllowed()
{
java.lang.Boolean v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean anonymousAccessAllowed>;
return v;
}
public void setAnonymousAccessAllowed(java.lang.Boolean)
{
java.lang.Boolean v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: java.lang.Boolean;
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean anonymousAccessAllowed> = v;
return;
}
public java.lang.String getAnonymousGroup()
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousGroup>;
return v;
}
public void setAnonymousGroup(java.lang.String)
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: java.lang.String;
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousGroup> = v;
return;
}
public java.lang.String getAnonymousUser()
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousUser>;
return v;
}
public void setAnonymousUser(java.lang.String)
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: java.lang.String;
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousUser> = v;
return;
}
public java.lang.String getUserGroups()
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userGroups>;
return v;
}
public void setUserGroups(java.lang.String)
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: java.lang.String;
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userGroups> = v;
return;
}
public java.lang.String getUserPasswords()
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userPasswords>;
return v;
}
public void setUserPasswords(java.lang.String)
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: java.lang.String;
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userPasswords> = v;
return;
}
public java.lang.String getId()
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String id>;
return v;
}
public void setId(java.lang.String)
{
java.lang.String v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: java.lang.String;
v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String id> = v;
return;
}
public java.util.Map getOtherAttributes()
{
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
java.util.Map v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.Map otherAttributes>;
return v;
}
public java.lang.String toString()
{
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
java.lang.StringBuilder v;
java.lang.String v;
org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = <org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy: org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy INSTANCE2>;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.StringBuilder,org.jvnet.jaxb2_commons.lang.ToStringStrategy)>(null, v, v);
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator, java.lang.StringBuilder, org.jvnet.jaxb2_commons.lang.ToStringStrategy)
{
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
org.jvnet.jaxb2_commons.lang.ToStringStrategy v;
java.lang.StringBuilder v;
org.jvnet.jaxb2_commons.locator.ObjectLocator v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: org.jvnet.jaxb2_commons.locator.ObjectLocator;
v := @parameter: java.lang.StringBuilder;
v := @parameter: org.jvnet.jaxb2_commons.lang.ToStringStrategy;
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendStart(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.StringBuilder)>(v, v, v);
virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.StringBuilder,org.jvnet.jaxb2_commons.lang.ToStringStrategy)>(v, v, v);
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendEnd(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.StringBuilder)>(v, v, v);
return v;
}
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator, java.lang.StringBuilder, org.jvnet.jaxb2_commons.lang.ToStringStrategy)
{
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
java.lang.Boolean v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v;
boolean v, v, v, v, v, v, v, v, v;
org.jvnet.jaxb2_commons.lang.ToStringStrategy v;
java.util.List v, v, v, v, v, v;
java.lang.StringBuilder v;
org.jvnet.jaxb2_commons.locator.ObjectLocator v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: org.jvnet.jaxb2_commons.locator.ObjectLocator;
v := @parameter: java.lang.StringBuilder;
v := @parameter: org.jvnet.jaxb2_commons.lang.ToStringStrategy;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List getContents()>();
goto label;
label:
v = null;
label:
v = v;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendField(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.String,java.lang.StringBuilder,java.lang.Object,boolean)>(v, v, "contents", v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean isAnonymousAccessAllowed()>();
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean anonymousAccessAllowed>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendField(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.String,java.lang.StringBuilder,java.lang.Object,boolean)>(v, v, "anonymousAccessAllowed", v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousGroup()>();
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousGroup>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendField(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.String,java.lang.StringBuilder,java.lang.Object,boolean)>(v, v, "anonymousGroup", v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousUser()>();
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousUser>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendField(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.String,java.lang.StringBuilder,java.lang.Object,boolean)>(v, v, "anonymousUser", v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserGroups()>();
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userGroups>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendField(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.String,java.lang.StringBuilder,java.lang.Object,boolean)>(v, v, "userGroups", v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserPasswords()>();
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userPasswords>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendField(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.String,java.lang.StringBuilder,java.lang.Object,boolean)>(v, v, "userPasswords", v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getId()>();
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String id>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.ToStringStrategy2: java.lang.StringBuilder appendField(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.String,java.lang.StringBuilder,java.lang.Object,boolean)>(v, v, "id", v, v, v);
return v;
}
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy)
{
org.jvnet.jaxb2_commons.locator.PropertyObjectLocator v, v, v, v, v, v, v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
boolean v, v, v, v, v, v, v, v, v;
java.util.List v, v, v, v, v, v;
int v, v, v, v, v, v, v;
java.lang.Boolean v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v;
org.jvnet.jaxb2_commons.lang.HashCodeStrategy v;
org.jvnet.jaxb2_commons.locator.ObjectLocator v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: org.jvnet.jaxb2_commons.locator.ObjectLocator;
v := @parameter: org.jvnet.jaxb2_commons.lang.HashCodeStrategy;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List getContents()>();
goto label;
label:
v = null;
label:
v = v;
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "contents", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.HashCodeStrategy2: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,int,java.lang.Object,boolean)>(v, 1, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean isAnonymousAccessAllowed()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousAccessAllowed", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean anonymousAccessAllowed>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.HashCodeStrategy2: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,int,java.lang.Object,boolean)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousGroup()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousGroup", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousGroup>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.HashCodeStrategy2: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,int,java.lang.Object,boolean)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousUser()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousUser", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousUser>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.HashCodeStrategy2: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,int,java.lang.Object,boolean)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserGroups()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "userGroups", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userGroups>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.HashCodeStrategy2: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,int,java.lang.Object,boolean)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserPasswords()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "userPasswords", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userPasswords>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.HashCodeStrategy2: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,int,java.lang.Object,boolean)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getId()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "id", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String id>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.HashCodeStrategy2: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,int,java.lang.Object,boolean)>(v, v, v, v);
return v;
}
public int hashCode()
{
int v;
org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy v;
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v = <org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy: org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy INSTANCE2>;
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.lang.HashCodeStrategy)>(null, v);
return v;
}
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator, java.lang.Object, org.jvnet.jaxb2_commons.lang.EqualsStrategy)
{
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
org.jvnet.jaxb2_commons.lang.EqualsStrategy v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
org.jvnet.jaxb2_commons.locator.ObjectLocator v, v;
org.jvnet.jaxb2_commons.locator.PropertyObjectLocator v, v, v, v, v, v, v, v, v, v, v, v, v, v;
boolean v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.util.List v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.Boolean v, v, v, v;
java.lang.Class v, v;
java.lang.Object v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: org.jvnet.jaxb2_commons.locator.ObjectLocator;
v := @parameter: org.jvnet.jaxb2_commons.locator.ObjectLocator;
v := @parameter: java.lang.Object;
v := @parameter: org.jvnet.jaxb2_commons.lang.EqualsStrategy;
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
if v != v goto label;
return 1;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List getContents()>();
goto label;
label:
v = null;
label:
v = v;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List getContents()>();
goto label;
label:
v = null;
label:
v = v;
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "contents", v);
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "contents", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
if v == null goto label;
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.util.List contents>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.EqualsStrategy2: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.Object,boolean,boolean)>(v, v, v, v, v, v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean isAnonymousAccessAllowed()>();
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean isAnonymousAccessAllowed()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousAccessAllowed", v);
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousAccessAllowed", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean anonymousAccessAllowed>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.Boolean anonymousAccessAllowed>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.EqualsStrategy2: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.Object,boolean,boolean)>(v, v, v, v, v, v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousGroup()>();
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousGroup()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousGroup", v);
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousGroup", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousGroup>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousGroup>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.EqualsStrategy2: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.Object,boolean,boolean)>(v, v, v, v, v, v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousUser()>();
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getAnonymousUser()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousUser", v);
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "anonymousUser", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousUser>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String anonymousUser>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.EqualsStrategy2: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.Object,boolean,boolean)>(v, v, v, v, v, v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserGroups()>();
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserGroups()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "userGroups", v);
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "userGroups", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userGroups>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userGroups>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.EqualsStrategy2: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.Object,boolean,boolean)>(v, v, v, v, v, v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserPasswords()>();
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getUserPasswords()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "userPasswords", v);
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "userPasswords", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userPasswords>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String userPasswords>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.EqualsStrategy2: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.Object,boolean,boolean)>(v, v, v, v, v, v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getId()>();
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String getId()>();
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "id", v);
v = staticinvoke <org.jvnet.jaxb2_commons.locator.util.LocatorUtils: org.jvnet.jaxb2_commons.locator.PropertyObjectLocator property(org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.String,java.lang.Object)>(v, "id", v);
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String id>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: java.lang.String id>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<org.jvnet.jaxb2_commons.lang.EqualsStrategy2: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,java.lang.Object,boolean,boolean)>(v, v, v, v, v, v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public boolean equals(java.lang.Object)
{
org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin v;
org.apache.activemq.plugin.jaxb2_commons.ElementAwareEqualsStrategy v;
java.lang.Object v;
boolean v;
v := @this: org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin;
v := @parameter: java.lang.Object;
v = new org.apache.activemq.plugin.jaxb2_commons.ElementAwareEqualsStrategy;
specialinvoke v.<org.apache.activemq.plugin.jaxb2_commons.ElementAwareEqualsStrategy: void <init>()>();
v = virtualinvoke v.<org.apache.activemq.schema.core.DtoSimpleAuthenticationPlugin: boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator,org.jvnet.jaxb2_commons.locator.ObjectLocator,java.lang.Object,org.jvnet.jaxb2_commons.lang.EqualsStrategy)>(null, null, v, v);
return v;
}
}