public class XmlTypeIntro extends Object
Java class for XmlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="##default" /> <attribute name="propOrder" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="" /> <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="##default" /> <attribute name="factoryClass" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="factoryMethod" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
factoryClass |
protected String |
factoryMethod |
protected String |
name |
protected String |
namespace |
protected String |
propOrder |
Constructor and Description |
---|
XmlTypeIntro() |
Modifier and Type | Method and Description |
---|---|
String |
getFactoryClass()
Gets the value of the factoryClass property.
|
String |
getFactoryMethod()
Gets the value of the factoryMethod property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getPropOrder()
Gets the value of the propOrder property.
|
void |
setFactoryClass(String value)
Sets the value of the factoryClass property.
|
void |
setFactoryMethod(String value)
Sets the value of the factoryMethod property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setPropOrder(String value)
Sets the value of the propOrder property.
|
protected String name
protected String propOrder
protected String namespace
protected String factoryClass
protected String factoryMethod
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPropOrder()
String
public void setPropOrder(String value)
value
- allowed object is
String
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public String getFactoryClass()
String
public void setFactoryClass(String value)
value
- allowed object is
String
public String getFactoryMethod()
String
Copyright © 2012. All Rights Reserved.