java.lang.Object
com.foursoft.harness.vec.v113.VecFuseComponent
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecFuseComponent
extends Object
implements Serializable, Identifiable, ModifiableIdentifiable, HasIdentification, HasModifiableIdentification, Visitable
Java class for FuseComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FuseComponent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Identification" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ConnectedPins" type="{http://www.w3.org/2001/XMLSchema}IDREFS" minOccurs="0"/>
<element name="FuseSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecPinComponent>protected VecFuseSpecificationprotected StringIdentification of the FuseComponent, which must be distinct for all FuseComponents of an MultiFuseSpecification.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the connectedPins property.Gets the value of the fuseSpecification property.Gets the value of the identification property.Gets a reference to the parent of this object in the XML DOM Tree.getXmlId()Gets the value of the xmlId property.voidSets the value of the fuseSpecification property.voidsetIdentification(String value) Sets the value of the identification property.voidSets the value of the xmlId property.toString()
-
Field Details
-
identification
Identification of the FuseComponent, which must be distinct for all FuseComponents of an MultiFuseSpecification.
-
connectedPins
-
fuseSpecification
-
xmlId
-
-
Constructor Details
-
VecFuseComponent
public VecFuseComponent()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.Identification of the FuseComponent, which must be distinct for all FuseComponents of an MultiFuseSpecification.
- Specified by:
getIdentificationin interfaceHasIdentification- Returns:
- possible object is
String
-
setIdentification
Sets the value of the identification property.- Specified by:
setIdentificationin interfaceHasModifiableIdentification- Parameters:
value- allowed object isString- See Also:
-
getFuseSpecification
Gets the value of the fuseSpecification property.- Returns:
- possible object is
Object
-
setFuseSpecification
Sets the value of the fuseSpecification property.- Parameters:
value- allowed object isObject
-
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
-
getConnectedPins
Gets the value of the connectedPins property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the connectedPins property.For example, to add a new item, do as follows:
getConnectedPins().add(newItem);Objects of the following type(s) are allowed in the list
Object -
getParentMultiFuseSpecification
Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is aVecMultiFuseSpecificationotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
This property has no effect when the object is marshalled to xml. -
accept
-
toString
-