|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.aegis.type.TypeCreationOptions
public class TypeCreationOptions
| Constructor Summary | |
|---|---|
TypeCreationOptions()
|
|
| Method Summary | |
|---|---|
int |
getDefaultMinOccurs()
Absent any annotations of XML mapping, the value of the minOccurs attribute on elements. |
boolean |
isDefaultExtensibleAttributes()
Should all elements permit 'any attribute'? |
boolean |
isDefaultExtensibleElements()
Should all complex types include an xsd:any to allow for future expansion? |
boolean |
isDefaultNillable()
Absent any annotations of XML mapping, the value of the nillable attribute on elements. |
void |
setDefaultExtensibleAttributes(boolean defaultExtensibleAttributes)
|
void |
setDefaultExtensibleElements(boolean defaultExtensibleElements)
|
void |
setDefaultMinOccurs(int defaultMinOccurs)
|
void |
setDefaultNillable(boolean defaultNillable)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeCreationOptions()
| Method Detail |
|---|
public boolean isDefaultExtensibleAttributes()
public void setDefaultExtensibleAttributes(boolean defaultExtensibleAttributes)
public boolean isDefaultExtensibleElements()
public void setDefaultExtensibleElements(boolean defaultExtensibleElements)
public int getDefaultMinOccurs()
public void setDefaultMinOccurs(int defaultMinOccurs)
public boolean isDefaultNillable()
public void setDefaultNillable(boolean defaultNillable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||