|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.wsdl.SimpleSchemaType
public class SimpleSchemaType
Constructor Summary | |
---|---|
SimpleSchemaType()
|
Method Summary | |
---|---|
java.util.Set |
getDependencies()
The SchemaType s that this type references. |
javax.xml.namespace.QName |
getSchemaType()
The schema type that this SchemaType represents. |
boolean |
isAbstract()
Whether or not this a complexType or a concrete element. |
boolean |
isComplex()
Whether or not this a complex type. |
boolean |
isNillable()
|
boolean |
isWriteOuter()
|
void |
setAbstract(boolean _abstract)
|
void |
setComplex(boolean complex)
|
void |
setDependencies(java.util.Set dependencies)
|
void |
setNillable(boolean nillable)
|
void |
setSchemaType(javax.xml.namespace.QName schemaType)
|
void |
setWriteOuter(boolean writeOuter)
|
void |
writeSchema(org.jdom.Element element)
Write the type schema (if complex) to the element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleSchemaType()
Method Detail |
---|
public void writeSchema(org.jdom.Element element)
SchemaType
writeSchema
in interface SchemaType
public boolean isWriteOuter()
isWriteOuter
in interface SchemaType
public void setWriteOuter(boolean writeOuter)
public boolean isAbstract()
SchemaType
isAbstract
in interface SchemaType
public void setAbstract(boolean _abstract)
public boolean isComplex()
SchemaType
isComplex
in interface SchemaType
public void setComplex(boolean complex)
public java.util.Set getDependencies()
SchemaType
SchemaType
s that this type references.
getDependencies
in interface SchemaType
public void setDependencies(java.util.Set dependencies)
public javax.xml.namespace.QName getSchemaType()
SchemaType
getSchemaType
in interface SchemaType
public void setSchemaType(javax.xml.namespace.QName schemaType)
public boolean isNillable()
isNillable
in interface SchemaType
public void setNillable(boolean nillable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |