org.openiec61850.common.model.datypes.basic
Class UNICODE_STRING

java.lang.Object
  extended by org.openiec61850.common.model.ModelNode
      extended by org.openiec61850.common.model.BasicDataAttribute
          extended by org.openiec61850.common.model.datypes.basic.UNICODE_STRING
All Implemented Interfaces:
java.lang.Iterable<ModelNode>

public class UNICODE_STRING
extends BasicDataAttribute


Field Summary
 
Fields inherited from class org.openiec61850.common.model.BasicDataAttribute
basicType, dchg, dupd, qchg, sAddr
 
Fields inherited from class org.openiec61850.common.model.ModelNode
children, fc, objectReference
 
Constructor Summary
UNICODE_STRING(ObjectReference objectReference, FunctionalConstraint fc, java.lang.String sAddr, java.lang.String value, int maxLength, boolean dchg, boolean dupd)
           
 
Method Summary
 UNICODE_STRING copy()
          Copies the whole node with all of its children.
 int getMaxLength()
           
 java.lang.String getValue()
           
 void setDefault()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.openiec61850.common.model.BasicDataAttribute
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
 
Methods inherited from class org.openiec61850.common.model.ModelNode
findSubNode, getFunctionalConstraint, getIterators, getNodeName, getReference, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UNICODE_STRING

public UNICODE_STRING(ObjectReference objectReference,
                      FunctionalConstraint fc,
                      java.lang.String sAddr,
                      java.lang.String value,
                      int maxLength,
                      boolean dchg,
                      boolean dupd)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in class BasicDataAttribute

setValue

public void setValue(java.lang.String value)

getMaxLength

public int getMaxLength()

setDefault

public void setDefault()
Specified by:
setDefault in class BasicDataAttribute

copy

public UNICODE_STRING copy()
Description copied from class: ModelNode
Copies the whole node with all of its children. Creates new BasicDataAttribute values but reuses ObjectReferences, FunctionalConstraints.

Specified by:
copy in class ModelNode