ibspan.tss.domain.vocabulary
Class MoneyVocabulary

java.lang.Object
  extended by ibspan.tss.domain.vocabulary.MoneyVocabulary

public class MoneyVocabulary
extends Object

Vocabulary definitions from file:ontology/money.owl

Author:
Auto-generated by jena.schemagen on 27 sie 2006 04:45

Field Summary
static Resource AmericanExpressCard
           
static Resource BankCard
           
static Resource BankCheck
           
static Resource Barter
           
static Resource BusinessAccount
           
static Resource BusinessCheck
           
static Resource CarteBlancheCard
           
static Resource Cash
           
static Resource CentralBill
           
static Resource ChargeCard
           
static Resource Coupon
           
static Resource CreditCard
           
static Resource DebitCard
           
static Resource Deposit
           
static Resource DinersClubCard
           
static Resource DirectBill
           
static Resource DiscoverCard
           
static Resource EnRouteCard
           
static Resource Expensive
           
static Resource FuzzyPriceCode
           
static Resource GiftCertificates
           
static Resource Inexpensive
           
static Resource JCBCard
           
static Resource MasterCardEuroCard
           
static Resource MeanOfPayment
           
static Resource Moderate
           
static Resource MoneyOrder
           
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static String NS
          The namespace of the vocabulary as a string
static Resource PersonalCheck
           
static Resource PrePay
           
static Resource Price
           
static Resource Redemption
           
static Resource VeryCheap
           
static Resource VeryExpensive
           
static Resource VisaCard
           
static Resource Voucher
           
 
Constructor Summary
MoneyVocabulary()
           
 
Method Summary
static String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

The namespace of the vocabulary as a resource


MeanOfPayment

public static final Resource MeanOfPayment

FuzzyPriceCode

public static final Resource FuzzyPriceCode

JCBCard

public static final Resource JCBCard

DirectBill

public static final Resource DirectBill

CarteBlancheCard

public static final Resource CarteBlancheCard

ChargeCard

public static final Resource ChargeCard

Barter

public static final Resource Barter

Redemption

public static final Resource Redemption

AmericanExpressCard

public static final Resource AmericanExpressCard

VisaCard

public static final Resource VisaCard

DiscoverCard

public static final Resource DiscoverCard

MoneyOrder

public static final Resource MoneyOrder

BankCard

public static final Resource BankCard

Deposit

public static final Resource Deposit

Voucher

public static final Resource Voucher

CentralBill

public static final Resource CentralBill

CreditCard

public static final Resource CreditCard

Price

public static final Resource Price

Inexpensive

public static final Resource Inexpensive

PersonalCheck

public static final Resource PersonalCheck

Coupon

public static final Resource Coupon

DebitCard

public static final Resource DebitCard

PrePay

public static final Resource PrePay

Expensive

public static final Resource Expensive

Cash

public static final Resource Cash

VeryExpensive

public static final Resource VeryExpensive

GiftCertificates

public static final Resource GiftCertificates

BusinessAccount

public static final Resource BusinessAccount

BusinessCheck

public static final Resource BusinessCheck

DinersClubCard

public static final Resource DinersClubCard

VeryCheap

public static final Resource VeryCheap

BankCheck

public static final Resource BankCheck

MasterCardEuroCard

public static final Resource MasterCardEuroCard

EnRouteCard

public static final Resource EnRouteCard

Moderate

public static final Resource Moderate
Constructor Detail

MoneyVocabulary

public MoneyVocabulary()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS