| Modifiers | Name | Description | 
|---|---|---|
| static javax.xml.namespace.QName | ENC_ARRAYTYPE | |
| static java.util.Set<javax.xml.namespace.QName> | SKIPPED_SOAP_ATTRS | |
| static java.lang.String[] | WORDS | |
| static javax.xml.namespace.QName | XSI_TYPE | 
| Constructor and description | 
|---|
| SampleXmlUtil
                                (boolean soapEnc) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static javax.xml.namespace.QName | crackQName(java.lang.String qName)Cracks a combined QName of the form URL:localname | 
|  | java.lang.String | createSample(SchemaType sType) | 
|  | static java.lang.String | createSampleForElement(SchemaGlobalElement element) | 
|  | static java.lang.String | createSampleForType(SchemaType sType) | 
|  | void | createSampleForType(SchemaType stype, XmlCursor xmlc)Cursor position Before: | 
|  | boolean | isExampleContent() | 
|  | boolean | isIgnoreOptional() | 
|  | boolean | isSoapEnc() | 
|  | boolean | isTypeComment() | 
|  | void | setExampleContent(boolean content) | 
|  | void | setIgnoreOptional(boolean ignoreOptional) | 
|  | void | setMultiValues(java.util.Map<javax.xml.namespace.QName, java.lang.String> multiValues) | 
|  | void | setTypeComment(boolean comment) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Cracks a combined QName of the form URL:localname
 Cursor position Before: