|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.oml.internal.model.generated.oml.FormalismType
public class FormalismType
Java class for FormalismType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormalismType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
name
|
protected String |
uri
|
Constructor Summary | |
---|---|
FormalismType()
|
Method Summary | |
---|---|
String |
getName()
Gets the value of the name property. |
String |
getUri()
Gets the value of the uri property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setUri(String value)
Sets the value of the uri property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String uri
protected String name
Constructor Detail |
---|
public FormalismType()
Method Detail |
---|
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |