org.eclipse.emf.test.models.customer
Interface CustomerType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
CustomerTypeImpl

public interface CustomerType
extends EObject

A representation of the model object 'Type'.

The following features are supported:

See Also:
CustomerPackage.getCustomerType()

Method Summary
 AddressType getAddress()
          Returns the value of the 'Address' containment reference
 CreditInfo getCreditCard()
          Returns the value of the 'Credit Card' containment reference
 java.lang.String getID()
          Returns the value of the 'ID' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 javax.xml.datatype.XMLGregorianCalendar getPaymentDay()
          Returns the value of the 'Payment Day' attribute
 boolean isSetPaymentDay()
          Returns whether the value of the 'Payment Day' attribute is set
 void setAddress(AddressType value)
          Sets the value of the 'Address' containment reference
 void setCreditCard(CreditInfo value)
          Sets the value of the 'Credit Card' containment reference
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPaymentDay(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the 'Payment Day' attribute
 void unsetPaymentDay()
          Unsets the value of the 'Payment Day' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CustomerPackage.getCustomerType_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAddress

AddressType getAddress()
Returns the value of the 'Address' containment reference.

If the meaning of the 'Address' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Address' containment reference.
See Also:
setAddress(AddressType), CustomerPackage.getCustomerType_Address()

setAddress

void setAddress(AddressType value)
Sets the value of the 'Address' containment reference.

Parameters:
value - the new value of the 'Address' containment reference.
See Also:
getAddress()

getCreditCard

CreditInfo getCreditCard()
Returns the value of the 'Credit Card' containment reference.

If the meaning of the 'Credit Card' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Credit Card' containment reference.
See Also:
setCreditCard(CreditInfo), CustomerPackage.getCustomerType_CreditCard()

setCreditCard

void setCreditCard(CreditInfo value)
Sets the value of the 'Credit Card' containment reference.

Parameters:
value - the new value of the 'Credit Card' containment reference.
See Also:
getCreditCard()

getPaymentDay

javax.xml.datatype.XMLGregorianCalendar getPaymentDay()
Returns the value of the 'Payment Day' attribute.

If the meaning of the 'Payment Day' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Payment Day' attribute.
See Also:
isSetPaymentDay(), unsetPaymentDay(), setPaymentDay(XMLGregorianCalendar), CustomerPackage.getCustomerType_PaymentDay()

setPaymentDay

void setPaymentDay(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the 'Payment Day' attribute.

Parameters:
value - the new value of the 'Payment Day' attribute.
See Also:
isSetPaymentDay(), unsetPaymentDay(), getPaymentDay()

unsetPaymentDay

void unsetPaymentDay()
Unsets the value of the 'Payment Day' attribute.

See Also:
isSetPaymentDay(), getPaymentDay(), setPaymentDay(XMLGregorianCalendar)

isSetPaymentDay

boolean isSetPaymentDay()
Returns whether the value of the 'Payment Day' attribute is set.

Returns:
whether the value of the 'Payment Day' attribute is set.
See Also:
unsetPaymentDay(), getPaymentDay(), setPaymentDay(XMLGregorianCalendar)

getID

java.lang.String getID()
Returns the value of the 'ID' attribute.

If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ID' attribute.
See Also:
setID(String), CustomerPackage.getCustomerType_ID()

setID

void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.