Package iofXml.v2

Class Symbol

java.lang.Object
iofXml.v2.Symbol

public class Symbol 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 ref="{}SymbolId"/>
         <element ref="{}Name" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • symbolId

      protected String symbolId
    • name

      protected Name name
  • Constructor Details

    • Symbol

      public Symbol()
  • Method Details

    • getSymbolId

      public String getSymbolId()
      Gets the value of the symbolId property.
      Returns:
      possible object is String
    • setSymbolId

      public void setSymbolId(String value)
      Sets the value of the symbolId property.
      Parameters:
      value - allowed object is String
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name