public class SetStringOperationDescriptor extends AbstractOperationDescriptor
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
maxLength |
accessLevel, invocationEffectiveTimeout, maxTimeToFinish, operationTarget, retriggerabledescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
SetStringOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.math.BigInteger |
getMaxLength()
Gets the value of the maxLength property.
|
int |
hashCode() |
void |
setMaxLength(java.math.BigInteger value)
Sets the value of the maxLength property.
|
java.lang.String |
toString() |
getAccessLevel, getInvocationEffectiveTimeout, getMaxTimeToFinish, getOperationTarget, isRetriggerable, setAccessLevel, setInvocationEffectiveTimeout, setMaxTimeToFinish, setOperationTarget, setRetriggerablegetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypepublic java.math.BigInteger getMaxLength()
BigIntegerpublic void setMaxLength(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class AbstractOperationDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractOperationDescriptorpublic int hashCode()
hashCode in class AbstractOperationDescriptor