org.infoml.jaxb
Interface NonnullTokenWithOwnerType

All Known Implementing Classes:
NonnullTokenWithOwnerTypeImpl

public interface NonnullTokenWithOwnerType

This type is used for non-null tokens that have a required 'owner' attribute. Java content class for nonnullTokenWithOwnerType 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 608)

 <complexType name="nonnullTokenWithOwnerType">
   <simpleContent>
     <extension base="<http://infoml.org/infomlFile>nonnullTokenType">
       <attribute name="owner" use="required" type="{http://infoml.org/infomlFile}infoRIType" />
     </extension>
   </simpleContent>
 </complexType>
 


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

Method Detail

getOwner

java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

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