Class VecAliasIdentification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasDescription<VecAbstractLocalizedString>,Visitable,Serializable
Class for the definition of alias identifications. Alias identifications are additional identifications for VEC-elements, which are valid in a certain scope (e.g. PPS-ID's).
Java class for AliasIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AliasIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IdentificationValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Scope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.prostep.org/ecad-if/2011/vec}AbstractLocalizedString" maxOccurs="unbounded" 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<VecAbstractLocalizedString>On optional human readable description of the AliasIdentification.protected StringSpecifies the identification value.protected StringThe scope in which the AliasIdentification is valid.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the descriptions property.Gets the value of the identificationValue property.getScope()Gets the value of the scope property.getXmlId()Gets the value of the xmlId property.voidsetIdentificationValue(String value) Sets the value of the identificationValue property.voidSets the value of the scope property.voidSets the value of the xmlId property.toString()
-
Field Details
-
identificationValue
Specifies the identification value.
-
scope
The scope in which the AliasIdentification is valid.
-
descriptions
On optional human readable description of the AliasIdentification.
-
xmlId
-
-
Constructor Details
-
VecAliasIdentification
public VecAliasIdentification()
-
-
Method Details
-
getIdentificationValue
Gets the value of the identificationValue property.Specifies the identification value.
- Returns:
- possible object is
String
-
setIdentificationValue
Sets the value of the identificationValue property.- Parameters:
value- allowed object isString- See Also:
-
getScope
Gets the value of the scope property.The scope in which the AliasIdentification is valid.
- Returns:
- possible object is
String
-
setScope
Sets the value of the scope property.- Parameters:
value- allowed object isString- See Also:
-
getDescriptions
Gets the value of the descriptions 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 descriptions property.For example, to add a new item, do as follows:
getDescriptions().add(newItem);Objects of the following type(s) are allowed in the list
VecAbstractLocalizedStringOn optional human readable description of the AliasIdentification.
- Specified by:
getDescriptionsin interfaceHasDescription<VecAbstractLocalizedString>- Returns:
- The value of the descriptions property.
-
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
-