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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the referenceSystem property.getType()Gets the value of the type property.getXmlId()Gets the value of the xmlId property.voidsetReferenceSystem(String value) Sets the value of the referenceSystem property.voidSets the value of the type property.voidSets the value of the xmlId property.toString()
-
Field Details
-
type
Specifies the type of the wire (e.g. FLRY, NYFAZw). Valid values are defined by the wireTypeReferenceSystem.
-
referenceSystem
Specifies the reference system for the wire type.
-
xmlId
-
-
Constructor Details
-
VecWireType
public VecWireType()
-
-
Method Details
-
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
Sets the value of the type property. -
getReferenceSystem
Gets the value of the referenceSystem property.Specifies the reference system for the wire type.
- Specified by:
getReferenceSystemin interfaceHasReferenceSystem- Returns:
- possible object is
String
-
setReferenceSystem
Sets the value of the referenceSystem property.- Parameters:
value- allowed object isString- See Also:
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
accept
-
toString
-