Modifier and Type | Method and Description |
---|---|
TypeConfig |
Type.save()
Serialize instance to XmlObject.
|
Modifier and Type | Method and Description |
---|---|
static Type |
Type.Factory.parse(TypeConfig xml,
Schema schema)
Parses the given XmlObject into a Type instance.
|
Modifier and Type | Method and Description |
---|---|
TypeConfig |
TypeReferenceType.save() |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomTypeConfig
An XML CustomType(@http://www.eviware.com/soapui/InferredSchema).
|
interface |
EmptyTypeConfig
An XML EmptyType(@http://www.eviware.com/soapui/InferredSchema).
|
interface |
SimpleTypeConfig
An XML SimpleType(@http://www.eviware.com/soapui/InferredSchema).
|
interface |
TypeReferenceConfig
An XML TypeReference(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
TypeConfig |
ElementParticleConfig.addNewType()
Appends and returns a new empty "type" element
|
TypeConfig |
AttributeParticleConfig.addNewType()
Appends and returns a new empty "type" element
|
TypeConfig |
ElementParticleConfig.getType()
Gets the "type" element
|
TypeConfig |
AttributeParticleConfig.getType()
Gets the "type" element
|
static TypeConfig |
TypeConfig.Factory.newInstance() |
static TypeConfig |
TypeConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TypeConfig |
TypeConfig.Factory.parse(File file) |
static TypeConfig |
TypeConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TypeConfig |
TypeConfig.Factory.parse(InputStream is) |
static TypeConfig |
TypeConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TypeConfig |
TypeConfig.Factory.parse(Node node) |
static TypeConfig |
TypeConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TypeConfig |
TypeConfig.Factory.parse(Reader r) |
static TypeConfig |
TypeConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TypeConfig |
TypeConfig.Factory.parse(String xmlAsString) |
static TypeConfig |
TypeConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TypeConfig |
TypeConfig.Factory.parse(URL u) |
static TypeConfig |
TypeConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TypeConfig |
TypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TypeConfig |
TypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TypeConfig |
TypeConfig.Factory.parse(XMLStreamReader sr) |
static TypeConfig |
TypeConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ElementParticleConfig.setType(TypeConfig type)
Sets the "type" element
|
void |
AttributeParticleConfig.setType(TypeConfig type)
Sets the "type" element
|
Modifier and Type | Class and Description |
---|---|
class |
CustomTypeConfigImpl
An XML CustomType(@http://www.eviware.com/soapui/InferredSchema).
|
class |
EmptyTypeConfigImpl
An XML EmptyType(@http://www.eviware.com/soapui/InferredSchema).
|
class |
SimpleTypeConfigImpl
An XML SimpleType(@http://www.eviware.com/soapui/InferredSchema).
|
class |
TypeConfigImpl
An XML Type(@http://www.eviware.com/soapui/InferredSchema).
|
class |
TypeReferenceConfigImpl
An XML TypeReference(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
TypeConfig |
ElementParticleConfigImpl.addNewType()
Appends and returns a new empty "type" element
|
TypeConfig |
AttributeParticleConfigImpl.addNewType()
Appends and returns a new empty "type" element
|
TypeConfig |
ElementParticleConfigImpl.getType()
Gets the "type" element
|
TypeConfig |
AttributeParticleConfigImpl.getType()
Gets the "type" element
|
Modifier and Type | Method and Description |
---|---|
void |
ElementParticleConfigImpl.setType(TypeConfig type)
Sets the "type" element
|
void |
AttributeParticleConfigImpl.setType(TypeConfig type)
Sets the "type" element
|
Copyright © 2019. All Rights Reserved.