public class XmlElementIntro extends Object
Java class for XmlElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlElement"> <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="nillable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="##default" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
defaultValue |
protected String |
name |
protected String |
namespace |
protected Boolean |
nillable |
protected Boolean |
required |
protected String |
type |
Constructor and Description |
---|
XmlElementIntro() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isNillable()
Gets the value of the nillable property.
|
boolean |
isRequired()
Gets the value of the required property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setNillable(Boolean value)
Sets the value of the nillable property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected Boolean nillable
protected Boolean required
protected String namespace
protected String defaultValue
protected String type
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isNillable()
Boolean
public void setNillable(Boolean value)
value
- allowed object is
Boolean
public boolean isRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public String getDefaultValue()
String
public void setDefaultValue(String value)
value
- allowed object is
String
public String getType()
String
Copyright © 2019. All Rights Reserved.