org.infoml.jaxb
Interface NonnullTokenWithSeparatorType

All Known Implementing Classes:
NonnullTokenWithSeparatorTypeImpl

public interface NonnullTokenWithSeparatorType

This type is used for non-null tokens that have a required 'preSeparator' attribute. Java content class for nonnullTokenWithSeparatorType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 646)

 <complexType name="nonnullTokenWithSeparatorType">
   <simpleContent>
     <extension base="<http://infoml.org/infomlFile>nonnullTokenType">
       <attribute name="preSeparator" type="{http://infoml.org/infomlFile}nonnullTokenType" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getPreSeparator()
          Gets the value of the preSeparator property.
 java.lang.String getValue()
          Used for a token that must have at least one character in it.
 void setPreSeparator(java.lang.String value)
          Sets the value of the preSeparator property.
 void setValue(java.lang.String value)
          Used for a token that must have at least one character in it.
 

Method Detail

getValue

java.lang.String getValue()
Used for a token that must have at least one character in it.

Returns:
possible object is String

setValue

void setValue(java.lang.String value)
Used for a token that must have at least one character in it.

Parameters:
value - allowed object is String

getPreSeparator

java.lang.String getPreSeparator()
Gets the value of the preSeparator property.

Returns:
possible object is String

setPreSeparator

void setPreSeparator(java.lang.String value)
Sets the value of the preSeparator property.

Parameters:
value - allowed object is String