Package iofXml.v2
Class Symbol
java.lang.Object
iofXml.v2.Symbol
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 ref="{}SymbolId"/>
<element ref="{}Name" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the symbolId property.voidSets the value of the name property.voidsetSymbolId(String value) Sets the value of the symbolId property.
-
Field Details
-
symbolId
-
name
-
-
Constructor Details
-
Symbol
public Symbol()
-
-
Method Details
-
getSymbolId
Gets the value of the symbolId property.- Returns:
- possible object is
String
-
setSymbolId
Sets the value of the symbolId property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-