|
||||||||||
| 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 SchemaTypes 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 SchemaTypepublic boolean isWriteOuter()
isWriteOuter in interface SchemaTypepublic void setWriteOuter(boolean writeOuter)
public boolean isAbstract()
SchemaType
isAbstract in interface SchemaTypepublic void setAbstract(boolean _abstract)
public boolean isComplex()
SchemaType
isComplex in interface SchemaTypepublic void setComplex(boolean complex)
public java.util.Set getDependencies()
SchemaTypeSchemaTypes that this type references.
getDependencies in interface SchemaTypepublic void setDependencies(java.util.Set dependencies)
public javax.xml.namespace.QName getSchemaType()
SchemaType
getSchemaType in interface SchemaTypepublic void setSchemaType(javax.xml.namespace.QName schemaType)
public boolean isNillable()
isNillable in interface SchemaTypepublic void setNillable(boolean nillable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||