public interface NamespacesType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | NamespacesType.FactoryA factory class with static methods for creating instances
 of this type. | 
| static interface  | NamespacesType.TargetNamespaceAn XML target-namespace(@). | 
| static interface  | NamespacesType.TypeNamespaceAn XML type-namespace(@). | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.xmlbeans.SchemaType | type | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTargetNamespace()Gets the "target-namespace" attribute | 
| String | getTypeNamespace()Gets the "type-namespace" attribute | 
| void | setTargetNamespace(String targetNamespace)Sets the "target-namespace" attribute | 
| void | setTypeNamespace(String typeNamespace)Sets the "type-namespace" attribute | 
| NamespacesType.TargetNamespace | xgetTargetNamespace()Gets (as xml) the "target-namespace" attribute | 
| NamespacesType.TypeNamespace | xgetTypeNamespace()Gets (as xml) the "type-namespace" attribute | 
| void | xsetTargetNamespace(NamespacesType.TargetNamespace targetNamespace)Sets (as xml) the "target-namespace" attribute | 
| void | xsetTypeNamespace(NamespacesType.TypeNamespace typeNamespace)Sets (as xml) the "type-namespace" attribute | 
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getTargetNamespace()
NamespacesType.TargetNamespace xgetTargetNamespace()
void setTargetNamespace(String targetNamespace)
void xsetTargetNamespace(NamespacesType.TargetNamespace targetNamespace)
String getTypeNamespace()
NamespacesType.TypeNamespace xgetTypeNamespace()
void setTypeNamespace(String typeNamespace)
void xsetTypeNamespace(NamespacesType.TypeNamespace typeNamespace)
Copyright © 2019. All Rights Reserved.