Package science.aist.xes.model
Class ExtensionType
- java.lang.Object
-
- science.aist.xes.model.ExtensionType
-
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>
-
-
Constructor Summary
Constructors Constructor Description ExtensionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetPrefix()Gets the value of the prefix property.StringgetUri()Gets the value of the uri property.voidsetName(String value)Sets the value of the name property.voidsetPrefix(String value)Sets the value of the prefix property.voidsetUri(String value)Sets the value of the uri property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPrefix
public String getPrefix()
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
public void setPrefix(String value)
Sets the value of the prefix property.- Parameters:
value- allowed object isString
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
-