public static class Production.StartElement extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startElementNamespaceID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="startElementLocalNameID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="startElementGrammarID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
startElementGrammarID |
protected long |
startElementLocalNameID |
protected long |
startElementNamespaceID |
| Constructor and Description |
|---|
StartElement() |
| Modifier and Type | Method and Description |
|---|---|
long |
getStartElementGrammarID()
Gets the value of the startElementGrammarID property.
|
long |
getStartElementLocalNameID()
Gets the value of the startElementLocalNameID property.
|
long |
getStartElementNamespaceID()
Gets the value of the startElementNamespaceID property.
|
void |
setStartElementGrammarID(long value)
Sets the value of the startElementGrammarID property.
|
void |
setStartElementLocalNameID(long value)
Sets the value of the startElementLocalNameID property.
|
void |
setStartElementNamespaceID(long value)
Sets the value of the startElementNamespaceID property.
|
protected long startElementNamespaceID
protected long startElementLocalNameID
protected long startElementGrammarID
public long getStartElementNamespaceID()
public void setStartElementNamespaceID(long value)
public long getStartElementLocalNameID()
public void setStartElementLocalNameID(long value)
public long getStartElementGrammarID()
public void setStartElementGrammarID(long value)
Copyright © 2018 Siemens AG. All rights reserved.