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