Class DtoJmsQueueConnector
- java.lang.Object
-
- org.apache.activemq.schema.core.DtoJmsQueueConnector
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class DtoJmsQueueConnector extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <choice> <element name="brokerService" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}broker"/> <element ref="{http://activemq.apache.org/schema/core}brokerService"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="inboundMessageConvertor" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}simpleJmsMessageConvertor"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="inboundQueueBridges" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}inboundQueueBridge"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="localQueueConnection" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="localQueueConnectionFactory" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}connectionFactory"/> <element ref="{http://activemq.apache.org/schema/core}xaConnectionFactory"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="outboundMessageConvertor" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}simpleJmsMessageConvertor"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="outboundQueueBridges" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}outboundQueueBridge"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="outboundQueueConnection" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="outboundQueueConnectionFactory" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}connectionFactory"/> <element ref="{http://activemq.apache.org/schema/core}xaConnectionFactory"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <element name="reconnectionPolicy" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}reconnectionPolicy"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType> </element> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </choice> </choice> <attribute name="brokerService" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="inboundMessageConvertor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jndiLocalTemplate" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jndiOutboundTemplate" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localClientId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localConnectionFactoryName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localPassword" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localQueueConnection" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localQueueConnectionFactory" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localUsername" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outboundClientId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outboundMessageConvertor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outboundPassword" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outboundQueueConnection" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outboundQueueConnectionFactory" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outboundQueueConnectionFactoryName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outboundUsername" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="preferJndiDestinationLookup" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="reconnectionPolicy" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="replyToDestinationCacheSize" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDtoJmsQueueConnector.BrokerServiceClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.InboundMessageConvertorClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.InboundQueueBridgesClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.LocalQueueConnectionClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.LocalQueueConnectionFactoryClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.OutboundMessageConvertorClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.OutboundQueueBridgesClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.OutboundQueueConnectionClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.OutboundQueueConnectionFactoryClasse Java pour anonymous complex type.static classDtoJmsQueueConnector.ReconnectionPolicyClasse Java pour anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringbrokerServiceprotected List<Object>brokerServiceOrInboundMessageConvertorOrInboundQueueBridgesprotected Stringidprotected StringinboundMessageConvertorprotected StringjndiLocalTemplateprotected StringjndiOutboundTemplateprotected StringlocalClientIdprotected StringlocalConnectionFactoryNameprotected StringlocalPasswordprotected StringlocalQueueConnectionprotected StringlocalQueueConnectionFactoryprotected StringlocalUsernameprotected Stringnameprotected StringoutboundClientIdprotected StringoutboundMessageConvertorprotected StringoutboundPasswordprotected StringoutboundQueueConnectionprotected StringoutboundQueueConnectionFactoryprotected StringoutboundQueueConnectionFactoryNameprotected StringoutboundUsernameprotected BooleanpreferJndiDestinationLookupprotected StringreconnectionPolicyprotected BigIntegerreplyToDestinationCacheSize
-
Constructor Summary
Constructors Constructor Description DtoJmsQueueConnector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)StringgetBrokerService()Obtient la valeur de la propriété brokerService.List<Object>getBrokerServiceOrInboundMessageConvertorOrInboundQueueBridges()Gets the value of the brokerServiceOrInboundMessageConvertorOrInboundQueueBridges property.StringgetId()Obtient la valeur de la propriété id.StringgetInboundMessageConvertor()Obtient la valeur de la propriété inboundMessageConvertor.StringgetJndiLocalTemplate()Obtient la valeur de la propriété jndiLocalTemplate.StringgetJndiOutboundTemplate()Obtient la valeur de la propriété jndiOutboundTemplate.StringgetLocalClientId()Obtient la valeur de la propriété localClientId.StringgetLocalConnectionFactoryName()Obtient la valeur de la propriété localConnectionFactoryName.StringgetLocalPassword()Obtient la valeur de la propriété localPassword.StringgetLocalQueueConnection()Obtient la valeur de la propriété localQueueConnection.StringgetLocalQueueConnectionFactory()Obtient la valeur de la propriété localQueueConnectionFactory.StringgetLocalUsername()Obtient la valeur de la propriété localUsername.StringgetName()Obtient la valeur de la propriété name.Map<QName,String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.StringgetOutboundClientId()Obtient la valeur de la propriété outboundClientId.StringgetOutboundMessageConvertor()Obtient la valeur de la propriété outboundMessageConvertor.StringgetOutboundPassword()Obtient la valeur de la propriété outboundPassword.StringgetOutboundQueueConnection()Obtient la valeur de la propriété outboundQueueConnection.StringgetOutboundQueueConnectionFactory()Obtient la valeur de la propriété outboundQueueConnectionFactory.StringgetOutboundQueueConnectionFactoryName()Obtient la valeur de la propriété outboundQueueConnectionFactoryName.StringgetOutboundUsername()Obtient la valeur de la propriété outboundUsername.StringgetReconnectionPolicy()Obtient la valeur de la propriété reconnectionPolicy.BigIntegergetReplyToDestinationCacheSize()Obtient la valeur de la propriété replyToDestinationCacheSize.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)BooleanisPreferJndiDestinationLookup()Obtient la valeur de la propriété preferJndiDestinationLookup.voidsetBrokerService(String value)Définit la valeur de la propriété brokerService.voidsetId(String value)Définit la valeur de la propriété id.voidsetInboundMessageConvertor(String value)Définit la valeur de la propriété inboundMessageConvertor.voidsetJndiLocalTemplate(String value)Définit la valeur de la propriété jndiLocalTemplate.voidsetJndiOutboundTemplate(String value)Définit la valeur de la propriété jndiOutboundTemplate.voidsetLocalClientId(String value)Définit la valeur de la propriété localClientId.voidsetLocalConnectionFactoryName(String value)Définit la valeur de la propriété localConnectionFactoryName.voidsetLocalPassword(String value)Définit la valeur de la propriété localPassword.voidsetLocalQueueConnection(String value)Définit la valeur de la propriété localQueueConnection.voidsetLocalQueueConnectionFactory(String value)Définit la valeur de la propriété localQueueConnectionFactory.voidsetLocalUsername(String value)Définit la valeur de la propriété localUsername.voidsetName(String value)Définit la valeur de la propriété name.voidsetOutboundClientId(String value)Définit la valeur de la propriété outboundClientId.voidsetOutboundMessageConvertor(String value)Définit la valeur de la propriété outboundMessageConvertor.voidsetOutboundPassword(String value)Définit la valeur de la propriété outboundPassword.voidsetOutboundQueueConnection(String value)Définit la valeur de la propriété outboundQueueConnection.voidsetOutboundQueueConnectionFactory(String value)Définit la valeur de la propriété outboundQueueConnectionFactory.voidsetOutboundQueueConnectionFactoryName(String value)Définit la valeur de la propriété outboundQueueConnectionFactoryName.voidsetOutboundUsername(String value)Définit la valeur de la propriété outboundUsername.voidsetPreferJndiDestinationLookup(Boolean value)Définit la valeur de la propriété preferJndiDestinationLookup.voidsetReconnectionPolicy(String value)Définit la valeur de la propriété reconnectionPolicy.voidsetReplyToDestinationCacheSize(BigInteger value)Définit la valeur de la propriété replyToDestinationCacheSize.StringtoString()
-
-
-
Field Detail
-
brokerServiceOrInboundMessageConvertorOrInboundQueueBridges
protected List<Object> brokerServiceOrInboundMessageConvertorOrInboundQueueBridges
-
brokerService
protected String brokerService
-
inboundMessageConvertor
protected String inboundMessageConvertor
-
jndiLocalTemplate
protected String jndiLocalTemplate
-
jndiOutboundTemplate
protected String jndiOutboundTemplate
-
localClientId
protected String localClientId
-
localConnectionFactoryName
protected String localConnectionFactoryName
-
localPassword
protected String localPassword
-
localQueueConnection
protected String localQueueConnection
-
localQueueConnectionFactory
protected String localQueueConnectionFactory
-
localUsername
protected String localUsername
-
name
protected String name
-
outboundClientId
protected String outboundClientId
-
outboundMessageConvertor
protected String outboundMessageConvertor
-
outboundPassword
protected String outboundPassword
-
outboundQueueConnection
protected String outboundQueueConnection
-
outboundQueueConnectionFactory
protected String outboundQueueConnectionFactory
-
outboundQueueConnectionFactoryName
protected String outboundQueueConnectionFactoryName
-
outboundUsername
protected String outboundUsername
-
preferJndiDestinationLookup
protected Boolean preferJndiDestinationLookup
-
reconnectionPolicy
protected String reconnectionPolicy
-
replyToDestinationCacheSize
protected BigInteger replyToDestinationCacheSize
-
id
protected String id
-
-
Method Detail
-
getBrokerServiceOrInboundMessageConvertorOrInboundQueueBridges
public List<Object> getBrokerServiceOrInboundMessageConvertorOrInboundQueueBridges()
Gets the value of the brokerServiceOrInboundMessageConvertorOrInboundQueueBridges property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the brokerServiceOrInboundMessageConvertorOrInboundQueueBridges property.For example, to add a new item, do as follows:
getBrokerServiceOrInboundMessageConvertorOrInboundQueueBridges().add(newItem);Objects of the following type(s) are allowed in the list
ObjectJAXBElement<DtoJmsQueueConnector.BrokerService>JAXBElement<DtoJmsQueueConnector.InboundMessageConvertor>JAXBElement<DtoJmsQueueConnector.InboundQueueBridges>JAXBElement<DtoJmsQueueConnector.LocalQueueConnection>JAXBElement<DtoJmsQueueConnector.LocalQueueConnectionFactory>JAXBElement<DtoJmsQueueConnector.OutboundMessageConvertor>JAXBElement<DtoJmsQueueConnector.OutboundQueueBridges>JAXBElement<DtoJmsQueueConnector.OutboundQueueConnection>JAXBElement<DtoJmsQueueConnector.OutboundQueueConnectionFactory>JAXBElement<DtoJmsQueueConnector.ReconnectionPolicy>
-
getBrokerService
public String getBrokerService()
Obtient la valeur de la propriété brokerService.- Returns:
- possible object is
String
-
setBrokerService
public void setBrokerService(String value)
Définit la valeur de la propriété brokerService.- Parameters:
value- allowed object isString
-
getInboundMessageConvertor
public String getInboundMessageConvertor()
Obtient la valeur de la propriété inboundMessageConvertor.- Returns:
- possible object is
String
-
setInboundMessageConvertor
public void setInboundMessageConvertor(String value)
Définit la valeur de la propriété inboundMessageConvertor.- Parameters:
value- allowed object isString
-
getJndiLocalTemplate
public String getJndiLocalTemplate()
Obtient la valeur de la propriété jndiLocalTemplate.- Returns:
- possible object is
String
-
setJndiLocalTemplate
public void setJndiLocalTemplate(String value)
Définit la valeur de la propriété jndiLocalTemplate.- Parameters:
value- allowed object isString
-
getJndiOutboundTemplate
public String getJndiOutboundTemplate()
Obtient la valeur de la propriété jndiOutboundTemplate.- Returns:
- possible object is
String
-
setJndiOutboundTemplate
public void setJndiOutboundTemplate(String value)
Définit la valeur de la propriété jndiOutboundTemplate.- Parameters:
value- allowed object isString
-
getLocalClientId
public String getLocalClientId()
Obtient la valeur de la propriété localClientId.- Returns:
- possible object is
String
-
setLocalClientId
public void setLocalClientId(String value)
Définit la valeur de la propriété localClientId.- Parameters:
value- allowed object isString
-
getLocalConnectionFactoryName
public String getLocalConnectionFactoryName()
Obtient la valeur de la propriété localConnectionFactoryName.- Returns:
- possible object is
String
-
setLocalConnectionFactoryName
public void setLocalConnectionFactoryName(String value)
Définit la valeur de la propriété localConnectionFactoryName.- Parameters:
value- allowed object isString
-
getLocalPassword
public String getLocalPassword()
Obtient la valeur de la propriété localPassword.- Returns:
- possible object is
String
-
setLocalPassword
public void setLocalPassword(String value)
Définit la valeur de la propriété localPassword.- Parameters:
value- allowed object isString
-
getLocalQueueConnection
public String getLocalQueueConnection()
Obtient la valeur de la propriété localQueueConnection.- Returns:
- possible object is
String
-
setLocalQueueConnection
public void setLocalQueueConnection(String value)
Définit la valeur de la propriété localQueueConnection.- Parameters:
value- allowed object isString
-
getLocalQueueConnectionFactory
public String getLocalQueueConnectionFactory()
Obtient la valeur de la propriété localQueueConnectionFactory.- Returns:
- possible object is
String
-
setLocalQueueConnectionFactory
public void setLocalQueueConnectionFactory(String value)
Définit la valeur de la propriété localQueueConnectionFactory.- Parameters:
value- allowed object isString
-
getLocalUsername
public String getLocalUsername()
Obtient la valeur de la propriété localUsername.- Returns:
- possible object is
String
-
setLocalUsername
public void setLocalUsername(String value)
Définit la valeur de la propriété localUsername.- Parameters:
value- allowed object isString
-
getName
public String getName()
Obtient la valeur de la propriété name.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Définit la valeur de la propriété name.- Parameters:
value- allowed object isString
-
getOutboundClientId
public String getOutboundClientId()
Obtient la valeur de la propriété outboundClientId.- Returns:
- possible object is
String
-
setOutboundClientId
public void setOutboundClientId(String value)
Définit la valeur de la propriété outboundClientId.- Parameters:
value- allowed object isString
-
getOutboundMessageConvertor
public String getOutboundMessageConvertor()
Obtient la valeur de la propriété outboundMessageConvertor.- Returns:
- possible object is
String
-
setOutboundMessageConvertor
public void setOutboundMessageConvertor(String value)
Définit la valeur de la propriété outboundMessageConvertor.- Parameters:
value- allowed object isString
-
getOutboundPassword
public String getOutboundPassword()
Obtient la valeur de la propriété outboundPassword.- Returns:
- possible object is
String
-
setOutboundPassword
public void setOutboundPassword(String value)
Définit la valeur de la propriété outboundPassword.- Parameters:
value- allowed object isString
-
getOutboundQueueConnection
public String getOutboundQueueConnection()
Obtient la valeur de la propriété outboundQueueConnection.- Returns:
- possible object is
String
-
setOutboundQueueConnection
public void setOutboundQueueConnection(String value)
Définit la valeur de la propriété outboundQueueConnection.- Parameters:
value- allowed object isString
-
getOutboundQueueConnectionFactory
public String getOutboundQueueConnectionFactory()
Obtient la valeur de la propriété outboundQueueConnectionFactory.- Returns:
- possible object is
String
-
setOutboundQueueConnectionFactory
public void setOutboundQueueConnectionFactory(String value)
Définit la valeur de la propriété outboundQueueConnectionFactory.- Parameters:
value- allowed object isString
-
getOutboundQueueConnectionFactoryName
public String getOutboundQueueConnectionFactoryName()
Obtient la valeur de la propriété outboundQueueConnectionFactoryName.- Returns:
- possible object is
String
-
setOutboundQueueConnectionFactoryName
public void setOutboundQueueConnectionFactoryName(String value)
Définit la valeur de la propriété outboundQueueConnectionFactoryName.- Parameters:
value- allowed object isString
-
getOutboundUsername
public String getOutboundUsername()
Obtient la valeur de la propriété outboundUsername.- Returns:
- possible object is
String
-
setOutboundUsername
public void setOutboundUsername(String value)
Définit la valeur de la propriété outboundUsername.- Parameters:
value- allowed object isString
-
isPreferJndiDestinationLookup
public Boolean isPreferJndiDestinationLookup()
Obtient la valeur de la propriété preferJndiDestinationLookup.- Returns:
- possible object is
Boolean
-
setPreferJndiDestinationLookup
public void setPreferJndiDestinationLookup(Boolean value)
Définit la valeur de la propriété preferJndiDestinationLookup.- Parameters:
value- allowed object isBoolean
-
getReconnectionPolicy
public String getReconnectionPolicy()
Obtient la valeur de la propriété reconnectionPolicy.- Returns:
- possible object is
String
-
setReconnectionPolicy
public void setReconnectionPolicy(String value)
Définit la valeur de la propriété reconnectionPolicy.- Parameters:
value- allowed object isString
-
getReplyToDestinationCacheSize
public BigInteger getReplyToDestinationCacheSize()
Obtient la valeur de la propriété replyToDestinationCacheSize.- Returns:
- possible object is
BigInteger
-
setReplyToDestinationCacheSize
public void setReplyToDestinationCacheSize(BigInteger value)
Définit la valeur de la propriété replyToDestinationCacheSize.- Parameters:
value- allowed object isBigInteger
-
getId
public String getId()
Obtient la valeur de la propriété id.- Returns:
- possible object is
String
-
setId
public void setId(String value)
Définit la valeur de la propriété id.- Parameters:
value- allowed object isString
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
-