org.nhind.config
Class TrustBundleDomainReltn

java.lang.Object
  extended by org.nhind.config.TrustBundleDomainReltn
All Implemented Interfaces:
Serializable

public class TrustBundleDomainReltn
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TrustBundleDomainReltn()
           
TrustBundleDomainReltn(Domain domain, long id, boolean incoming, boolean outgoing, TrustBundle trustBundle)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Domain getDomain()
          Gets the domain value for this TrustBundleDomainReltn.
 long getId()
          Gets the id value for this TrustBundleDomainReltn.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 TrustBundle getTrustBundle()
          Gets the trustBundle value for this TrustBundleDomainReltn.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIncoming()
          Gets the incoming value for this TrustBundleDomainReltn.
 boolean isOutgoing()
          Gets the outgoing value for this TrustBundleDomainReltn.
 void setDomain(Domain domain)
          Sets the domain value for this TrustBundleDomainReltn.
 void setId(long id)
          Sets the id value for this TrustBundleDomainReltn.
 void setIncoming(boolean incoming)
          Sets the incoming value for this TrustBundleDomainReltn.
 void setOutgoing(boolean outgoing)
          Sets the outgoing value for this TrustBundleDomainReltn.
 void setTrustBundle(TrustBundle trustBundle)
          Sets the trustBundle value for this TrustBundleDomainReltn.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustBundleDomainReltn

public TrustBundleDomainReltn()

TrustBundleDomainReltn

public TrustBundleDomainReltn(Domain domain,
                              long id,
                              boolean incoming,
                              boolean outgoing,
                              TrustBundle trustBundle)
Method Detail

getDomain

public Domain getDomain()
Gets the domain value for this TrustBundleDomainReltn.

Returns:
domain

setDomain

public void setDomain(Domain domain)
Sets the domain value for this TrustBundleDomainReltn.

Parameters:
domain -

getId

public long getId()
Gets the id value for this TrustBundleDomainReltn.

Returns:
id

setId

public void setId(long id)
Sets the id value for this TrustBundleDomainReltn.

Parameters:
id -

isIncoming

public boolean isIncoming()
Gets the incoming value for this TrustBundleDomainReltn.

Returns:
incoming

setIncoming

public void setIncoming(boolean incoming)
Sets the incoming value for this TrustBundleDomainReltn.

Parameters:
incoming -

isOutgoing

public boolean isOutgoing()
Gets the outgoing value for this TrustBundleDomainReltn.

Returns:
outgoing

setOutgoing

public void setOutgoing(boolean outgoing)
Sets the outgoing value for this TrustBundleDomainReltn.

Parameters:
outgoing -

getTrustBundle

public TrustBundle getTrustBundle()
Gets the trustBundle value for this TrustBundleDomainReltn.

Returns:
trustBundle

setTrustBundle

public void setTrustBundle(TrustBundle trustBundle)
Sets the trustBundle value for this TrustBundleDomainReltn.

Parameters:
trustBundle -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.