|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.RootElementType
public abstract class RootElementType
Java class for RootElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RootElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="version" use="required" type="{http://www.extra-standard.de/namespace/components/1}SupportedVersionsType" />
<attribute name="profile" use="required" type="{http://www.extra-standard.de/namespace/components/1}ProfileIDType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
profile
|
protected String |
version
|
| Constructor Summary | |
|---|---|
RootElementType()
|
|
| Method Summary | |
|---|---|
String |
getProfile()
Gets the value of the profile property. |
String |
getVersion()
Gets the value of the version property. |
void |
setProfile(String value)
Sets the value of the profile property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String version
protected String profile
| Constructor Detail |
|---|
public RootElementType()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getProfile()
Stringpublic void setProfile(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||