Class PartLink
Java class for part-link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="part-link">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="instrument-link" type="{}instrument-link" maxOccurs="unbounded" minOccurs="0"/>
<element name="group-link" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}link-attributes"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actuate property.Gets the value of the groupLink property.getHref()Gets the value of the href property.Gets the value of the instrumentLink property.getRole()Gets the value of the role property.getShow()Gets the value of the show property.getTitle()Gets the value of the title property.getType()Gets the value of the type property.voidsetActuate(String value) Sets the value of the actuate property.voidSets the value of the href property.voidSets the value of the role property.voidSets the value of the show property.voidSets the value of the title property.voidSets the value of the type property.
-
Field Details
-
instrumentLink
-
groupLink
-
href
-
type
-
role
-
title
-
show
-
actuate
-
-
Constructor Details
-
PartLink
public PartLink()
-
-
Method Details
-
getInstrumentLink
Gets the value of the instrumentLink 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 JAXB object. This is why there is not a
setmethod for the instrumentLink property.For example, to add a new item, do as follows:
getInstrumentLink().add(newItem);Objects of the following type(s) are allowed in the list
InstrumentLink -
getGroupLink
Gets the value of the groupLink 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 JAXB object. This is why there is not a
setmethod for the groupLink property.For example, to add a new item, do as follows:
getGroupLink().add(newItem);Objects of the following type(s) are allowed in the list
String -
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getShow
Gets the value of the show property.- Returns:
- possible object is
String
-
setShow
Sets the value of the show property.- Parameters:
value- allowed object isString
-
getActuate
Gets the value of the actuate property.- Returns:
- possible object is
String
-
setActuate
Sets the value of the actuate property.- Parameters:
value- allowed object isString
-