public class ExtensionType extends Object
Java class for ExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
prefix |
protected String |
uri |
Constructor and Description |
---|
ExtensionType() |
ExtensionType(String name,
String prefix,
String uri) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public String getUri()
String
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.