java.lang.Object
com.foursoft.harness.vec.v113.VecWireType
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasReferenceSystem, Visitable, Serializable

public class VecWireType extends Object implements Serializable, Identifiable, ModifiableIdentifiable, HasReferenceSystem, Visitable

Specifies a wire type. A wire type is always defined by a key value. What wire type is meant by this key value is defined by a standard reference system.

Java class for WireType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="WireType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ReferenceSystem" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • type

      protected String type

      Specifies the type of the wire (e.g. FLRY, NYFAZw). Valid values are defined by the wireTypeReferenceSystem.

    • referenceSystem

      protected String referenceSystem

      Specifies the reference system for the wire type.

    • xmlId

      protected String xmlId
  • Constructor Details

    • VecWireType

      public VecWireType()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.

      Specifies the type of the wire (e.g. FLRY, NYFAZw). Valid values are defined by the wireTypeReferenceSystem.

      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      See Also:
    • getReferenceSystem

      public String getReferenceSystem()
      Gets the value of the referenceSystem property.

      Specifies the reference system for the wire type.

      Specified by:
      getReferenceSystem in interface HasReferenceSystem
      Returns:
      possible object is String
    • setReferenceSystem

      public void setReferenceSystem(String value)
      Sets the value of the referenceSystem property.
      Parameters:
      value - allowed object is String
      See Also:
    • getXmlId

      public String getXmlId()
      Gets the value of the xmlId property.
      Specified by:
      getXmlId in interface Identifiable
      Returns:
      possible object is String
    • setXmlId

      public void setXmlId(String value)
      Sets the value of the xmlId property.
      Specified by:
      setXmlId in interface ModifiableIdentifiable
      Parameters:
      value - allowed object is String
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable
    • toString

      public String toString()
      Overrides:
      toString in class Object