public class PhysicalConnectorInfo extends Object
Java class for PhysicalConnectorInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalConnectorInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="Label" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Number" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected List<LocalizedText> |
label |
protected Integer |
number |
| Constructor and Description |
|---|
PhysicalConnectorInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
List<LocalizedText> |
getLabel()
Gets the value of the label property.
|
Integer |
getNumber()
Gets the value of the number property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setLabel(List<LocalizedText> value) |
void |
setNumber(Integer value)
Sets the value of the number property.
|
String |
toString() |
protected ExtensionType extension
protected List<LocalizedText> label
protected Integer number
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic List<LocalizedText> getLabel()
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 set method for the label property.
For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic void setLabel(List<LocalizedText> value)
Copyright © 2018. All rights reserved.