Class AbstractDeviceComponentDescriptor.ProductionSpecification
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDeviceComponentDescriptor.ProductionSpecification
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- AbstractDeviceComponentDescriptor
public static class AbstractDeviceComponentDescriptor.ProductionSpecification extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SpecType" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/> <element name="ProductionSpec" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ComponentId" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected InstanceIdentifiercomponentIdprotected StringproductionSpecprotected CodedValuespecType
-
Constructor Summary
Constructors Constructor Description ProductionSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()InstanceIdentifiergetComponentId()Gets the value of the componentId property.StringgetProductionSpec()Gets the value of the productionSpec property.CodedValuegetSpecType()Gets the value of the specType property.voidsetComponentId(InstanceIdentifier value)Sets the value of the componentId property.voidsetProductionSpec(String value)Sets the value of the productionSpec property.voidsetSpecType(CodedValue value)Sets the value of the specType property.StringtoString()
-
-
-
Field Detail
-
specType
protected CodedValue specType
-
productionSpec
protected String productionSpec
-
componentId
protected InstanceIdentifier componentId
-
-
Method Detail
-
getSpecType
public CodedValue getSpecType()
Gets the value of the specType property.- Returns:
- possible object is
CodedValue
-
setSpecType
public void setSpecType(CodedValue value)
Sets the value of the specType property.- Parameters:
value- allowed object isCodedValue
-
getProductionSpec
public String getProductionSpec()
Gets the value of the productionSpec property.- Returns:
- possible object is
String
-
setProductionSpec
public void setProductionSpec(String value)
Sets the value of the productionSpec property.- Parameters:
value- allowed object isString
-
getComponentId
public InstanceIdentifier getComponentId()
Gets the value of the componentId property.- Returns:
- possible object is
InstanceIdentifier
-
setComponentId
public void setComponentId(InstanceIdentifier value)
Sets the value of the componentId property.- Parameters:
value- allowed object isInstanceIdentifier
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-