|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents header subelement of understand element.
Method Summary | |
java.lang.String |
getClazz()
Class name from which schem for this header will be generated. |
QName |
getName()
QName of header. |
QName |
getType()
QName of header type. |
boolean |
isIn()
Tests if this header has "in" direction. |
boolean |
isOut()
Tests if this header has "out" direction. |
void |
setClazz(java.lang.String clazz)
Class name from which schem for this header will be generated. |
void |
setIn(boolean in)
Sets direction to input, if the argument is true . |
void |
setName(QName name)
QName of header. |
void |
setOut(boolean out)
Sets direction to output, if the argument is true . |
void |
setType(QName type)
QName of header type. |
Method Detail |
public QName getName()
public void setName(QName name)
name
- QName of headerpublic QName getType()
public void setType(QName type)
type
- QName of header typepublic void setClazz(java.lang.String clazz)
clazz
- class namepublic java.lang.String getClazz()
public void setIn(boolean in)
true
.
Note that both diretions can be enabled at the same time, which is
the default setting.
in
- true
to enable "in" directionpublic void setOut(boolean out)
true
.
Note that both diretions can be enabled at the same time, which is
the default setting.
out
- true
to enable "out" directionpublic boolean isIn()
true
if header has "in" direction set (or both)public boolean isOut()
true
if header has "out" direction set (or both)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |