org.globus.wsrf.security.descriptor.container
Class BootstrapPips

java.lang.Object
  extended byorg.globus.wsrf.security.descriptor.container.BootstrapPips
All Implemented Interfaces:
java.io.Serializable

public class BootstrapPips
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Interceptor[] interceptor
           
private  boolean overwrite
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
BootstrapPips()
           
BootstrapPips(Interceptor[] interceptor, boolean overwrite)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Interceptor[] getInterceptor()
          Gets the interceptor value for this BootstrapPips.
 Interceptor getInterceptor(int i)
           
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()
           
 boolean isOverwrite()
          Gets the overwrite value for this BootstrapPips.
 void setInterceptor(Interceptor[] interceptor)
          Sets the interceptor value for this BootstrapPips.
 void setInterceptor(int i, Interceptor _value)
           
 void setOverwrite(boolean overwrite)
          Sets the overwrite value for this BootstrapPips.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptor

private Interceptor[] interceptor

overwrite

private boolean overwrite

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

BootstrapPips

public BootstrapPips()

BootstrapPips

public BootstrapPips(Interceptor[] interceptor,
                     boolean overwrite)
Method Detail

getInterceptor

public Interceptor[] getInterceptor()
Gets the interceptor value for this BootstrapPips.

Returns:
interceptor

setInterceptor

public void setInterceptor(Interceptor[] interceptor)
Sets the interceptor value for this BootstrapPips.

Parameters:
interceptor -

getInterceptor

public Interceptor getInterceptor(int i)

setInterceptor

public void setInterceptor(int i,
                           Interceptor _value)

isOverwrite

public boolean isOverwrite()
Gets the overwrite value for this BootstrapPips.

Returns:
overwrite

setOverwrite

public void setOverwrite(boolean overwrite)
Sets the overwrite value for this BootstrapPips.

Parameters:
overwrite -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

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


getSerializer

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


getDeserializer

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