|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.HandlerChainsType
public class HandlerChainsType
The handler-chains element defines the handlerchains associated with this service or service endpoint.
Java class for handler-chainsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="handler-chainsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="handler-chain" type="{http://java.sun.com/xml/ns/javaee}handler-chainType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected HandlerChainType[] |
handlerChain
|
protected String |
id
|
| Constructor Summary | |
|---|---|
HandlerChainsType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.HandlerChainsType instance. |
|
HandlerChainsType(HandlerChainsType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.HandlerChainsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HandlerChainsType |
clone()
Creates and returns a copy of this object. |
HandlerChainType[] |
getHandlerChain()
|
HandlerChainType |
getHandlerChain(int idx)
|
int |
getHandlerChainLength()
|
String |
getId()
Gets the value of the id property. |
void |
setHandlerChain(HandlerChainType[] values)
|
HandlerChainType |
setHandlerChain(int idx,
HandlerChainType value)
|
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HandlerChainType[] handlerChain
protected String id
| Constructor Detail |
|---|
public HandlerChainsType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.HandlerChainsType instance.
public HandlerChainsType(HandlerChainsType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.HandlerChainsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public HandlerChainType[] getHandlerChain()
HandlerChainTypepublic HandlerChainType getHandlerChain(int idx)
HandlerChainTypepublic int getHandlerChainLength()
public void setHandlerChain(HandlerChainType[] values)
values - allowed objects are
HandlerChainType
public HandlerChainType setHandlerChain(int idx,
HandlerChainType value)
value - allowed object is
HandlerChainTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic HandlerChainsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||