|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.service.MessagePartInfo
public class MessagePartInfo
Represents the description of a service operation message part.
Message parts are created using theMessagePartContainer.addMessagePart(javax.xml.namespace.QName, java.lang.Class)
or MessagePartContainer.addMessagePart(javax.xml.namespace.QName, java.lang.Class)
method.
Method Summary | |
---|---|
void |
accept(Visitor visitor)
Acceps the given visitor. |
MessagePartContainer |
getContainer()
|
String |
getDocumentation()
|
int |
getIndex()
|
QName |
getName()
|
SchemaType |
getSchemaType()
|
Class |
getTypeClass()
|
QName |
getWrappedType()
|
boolean |
isSchemaElement()
Is this message part a concrete type declared in a schema? Or are we referencing an abstract schema type? |
void |
setDocumentation(String documentation)
|
void |
setIndex(int index)
|
void |
setName(QName name)
|
void |
setSchemaElement(boolean schemaElement)
|
void |
setSchemaType(SchemaType schemaType)
|
void |
setTypeClass(Class typeClass)
|
void |
setWrappedType(QName wrappedType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public QName getName()
public void setName(QName name)
name
- The name to set.public Class getTypeClass()
public void setTypeClass(Class typeClass)
public MessagePartContainer getContainer()
public int getIndex()
public void setIndex(int index)
public SchemaType getSchemaType()
public void setSchemaType(SchemaType schemaType)
public boolean isSchemaElement()
public void setSchemaElement(boolean schemaElement)
public void accept(Visitor visitor)
accept
in interface Visitable
visitor
- the visitor.public String getDocumentation()
public void setDocumentation(String documentation)
public QName getWrappedType()
public void setWrappedType(QName wrappedType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |