|
| StepBasic_Address () |
| Returns a Address. More...
|
|
virtual void | Init (const Standard_Boolean hasAinternalLocation, const Handle< TCollection_HAsciiString > &aInternalLocation, const Standard_Boolean hasAstreetNumber, const Handle< TCollection_HAsciiString > &aStreetNumber, const Standard_Boolean hasAstreet, const Handle< TCollection_HAsciiString > &aStreet, const Standard_Boolean hasApostalBox, const Handle< TCollection_HAsciiString > &aPostalBox, const Standard_Boolean hasAtown, const Handle< TCollection_HAsciiString > &aTown, const Standard_Boolean hasAregion, const Handle< TCollection_HAsciiString > &aRegion, const Standard_Boolean hasApostalCode, const Handle< TCollection_HAsciiString > &aPostalCode, const Standard_Boolean hasAcountry, const Handle< TCollection_HAsciiString > &aCountry, const Standard_Boolean hasAfacsimileNumber, const Handle< TCollection_HAsciiString > &aFacsimileNumber, const Standard_Boolean hasAtelephoneNumber, const Handle< TCollection_HAsciiString > &aTelephoneNumber, const Standard_Boolean hasAelectronicMailAddress, const Handle< TCollection_HAsciiString > &aElectronicMailAddress, const Standard_Boolean hasAtelexNumber, const Handle< TCollection_HAsciiString > &aTelexNumber) |
|
void | SetInternalLocation (const Handle< TCollection_HAsciiString > &aInternalLocation) |
|
void | UnSetInternalLocation () |
|
Handle< TCollection_HAsciiString > | InternalLocation () const |
|
Standard_Boolean | HasInternalLocation () const |
|
void | SetStreetNumber (const Handle< TCollection_HAsciiString > &aStreetNumber) |
|
void | UnSetStreetNumber () |
|
Handle< TCollection_HAsciiString > | StreetNumber () const |
|
Standard_Boolean | HasStreetNumber () const |
|
void | SetStreet (const Handle< TCollection_HAsciiString > &aStreet) |
|
void | UnSetStreet () |
|
Handle< TCollection_HAsciiString > | Street () const |
|
Standard_Boolean | HasStreet () const |
|
void | SetPostalBox (const Handle< TCollection_HAsciiString > &aPostalBox) |
|
void | UnSetPostalBox () |
|
Handle< TCollection_HAsciiString > | PostalBox () const |
|
Standard_Boolean | HasPostalBox () const |
|
void | SetTown (const Handle< TCollection_HAsciiString > &aTown) |
|
void | UnSetTown () |
|
Handle< TCollection_HAsciiString > | Town () const |
|
Standard_Boolean | HasTown () const |
|
void | SetRegion (const Handle< TCollection_HAsciiString > &aRegion) |
|
void | UnSetRegion () |
|
Handle< TCollection_HAsciiString > | Region () const |
|
Standard_Boolean | HasRegion () const |
|
void | SetPostalCode (const Handle< TCollection_HAsciiString > &aPostalCode) |
|
void | UnSetPostalCode () |
|
Handle< TCollection_HAsciiString > | PostalCode () const |
|
Standard_Boolean | HasPostalCode () const |
|
void | SetCountry (const Handle< TCollection_HAsciiString > &aCountry) |
|
void | UnSetCountry () |
|
Handle< TCollection_HAsciiString > | Country () const |
|
Standard_Boolean | HasCountry () const |
|
void | SetFacsimileNumber (const Handle< TCollection_HAsciiString > &aFacsimileNumber) |
|
void | UnSetFacsimileNumber () |
|
Handle< TCollection_HAsciiString > | FacsimileNumber () const |
|
Standard_Boolean | HasFacsimileNumber () const |
|
void | SetTelephoneNumber (const Handle< TCollection_HAsciiString > &aTelephoneNumber) |
|
void | UnSetTelephoneNumber () |
|
Handle< TCollection_HAsciiString > | TelephoneNumber () const |
|
Standard_Boolean | HasTelephoneNumber () const |
|
void | SetElectronicMailAddress (const Handle< TCollection_HAsciiString > &aElectronicMailAddress) |
|
void | UnSetElectronicMailAddress () |
|
Handle< TCollection_HAsciiString > | ElectronicMailAddress () const |
|
Standard_Boolean | HasElectronicMailAddress () const |
|
void | SetTelexNumber (const Handle< TCollection_HAsciiString > &aTelexNumber) |
|
void | UnSetTelexNumber () |
|
Handle< TCollection_HAsciiString > | TelexNumber () const |
|
Standard_Boolean | HasTelexNumber () const |
|
virtual void | Delete () const |
| Memory deallocator for transient classes. More...
|
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor. More...
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing. More...
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More...
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual. More...
|
|
virtual const
Handle_Standard_Type & | DynamicType () const |
| Returns a type information object about this object. More...
|
|
Standard_Boolean | IsInstance (const Handle_Standard_Type &theType) const |
| Returns a true value if this is an instance of Type. More...
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More...
|
|
Standard_Boolean | IsKind (const Handle_Standard_Type &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
virtual Handle_Standard_Transient | This () const |
| Returns a Handle which references this object. Must never be called to objects created in stack. More...
|
|
Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More...
|
|