Class SetStringOperationDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractOperationDescriptor
-
- org.somda.sdc.biceps.model.participant.SetStringOperationDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class SetStringOperationDescriptor extends AbstractOperationDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Describes a string set operation for a specific object state in the MDIB that is exposed on the SCO.Java class for SetStringOperationDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetStringOperationDescriptor"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractOperationDescriptor"> <attribute name="MaxLength" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.somda.sdc.biceps.model.participant.AbstractOperationDescriptor
AbstractOperationDescriptor.AccessLevel
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegermaxLength-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractOperationDescriptor
accessLevel, invocationEffectiveTimeout, maxTimeToFinish, operationTarget, retriggerable
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
descriptorVersion, extension, handle, safetyClassification, type
-
-
Constructor Summary
Constructors Constructor Description SetStringOperationDescriptor()
-
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()booleanequals(Object object)BigIntegergetMaxLength()Gets the value of the maxLength property.inthashCode()voidsetMaxLength(BigInteger value)Sets the value of the maxLength property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractOperationDescriptor
getAccessLevel, getInvocationEffectiveTimeout, getMaxTimeToFinish, getOperationTarget, isRetriggerable, setAccessLevel, setInvocationEffectiveTimeout, setMaxTimeToFinish, setOperationTarget, setRetriggerable
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setType
-
-
-
-
Field Detail
-
maxLength
protected BigInteger maxLength
-
-
Method Detail
-
getMaxLength
public BigInteger getMaxLength()
Gets the value of the maxLength property.- Returns:
- possible object is
BigInteger
-
setMaxLength
public void setMaxLength(BigInteger value)
Sets the value of the maxLength property.- Parameters:
value- allowed object isBigInteger
-
clone
public Object clone()
- Overrides:
clonein classAbstractOperationDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractOperationDescriptor
-
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- Overrides:
copyToin classAbstractOperationDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractOperationDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractOperationDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractOperationDescriptor
-
toString
public String toString()
- Overrides:
toStringin classAbstractOperationDescriptor
-
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- Overrides:
appendin classAbstractOperationDescriptor
-
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- Overrides:
appendFieldsin classAbstractOperationDescriptor
-
-