org.eclipse.higgins.rpps.core.tobj
Class RPPolicy

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.RPPolicy
All Implemented Interfaces:
Serializable

public class RPPolicy
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RPPolicy()
           
 
Method Summary
 String[] getLabel()
          Gets the string array of values of LABEL elements.
 String[] getLabelType()
           
 String getLonglabel()
          Gets the value of LONGLABEL element.
 String getLongOptional()
           
 String[] getOptional()
           
 String[] getOptionalType()
           
 String getPrivacyVersion()
           
 void setLabel(String[] label)
          Sets the string array of values of LABEL elements.
 void setLabelType(String[] labelType)
           
 void setLonglabel(String longlabel)
          Sets the value of LONGLABEL element.
 void setLongOptional(String longoptional)
           
 void setOptional(String[] optional)
           
 void setOptionalType(String[] optionalType)
           
 void setPrivacyVersion(String privacyVersion)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPPolicy

public RPPolicy()
Method Detail

getLabel

public String[] getLabel()
Gets the string array of values of LABEL elements.

Returns:
the string array of values of LABEL elements.

setLabel

public void setLabel(String[] label)
Sets the string array of values of LABEL elements.

Parameters:
label - the string array of values of LABEL elements.

getLonglabel

public String getLonglabel()
Gets the value of LONGLABEL element.

Returns:
the value of LONGLABEL element.

setLonglabel

public void setLonglabel(String longlabel)
Sets the value of LONGLABEL element.

Parameters:
longlabel - the value of LONGLABEL element.

getOptional

public String[] getOptional()

setOptional

public void setOptional(String[] optional)

getLongOptional

public String getLongOptional()

setLongOptional

public void setLongOptional(String longoptional)

getLabelType

public String[] getLabelType()

setLabelType

public void setLabelType(String[] labelType)

getOptionalType

public String[] getOptionalType()

setOptionalType

public void setOptionalType(String[] optionalType)

getPrivacyVersion

public String getPrivacyVersion()

setPrivacyVersion

public void setPrivacyVersion(String privacyVersion)