Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
List of all members
INPhoneType Class Reference

A class representing "indivo:PhoneType" objects, generated from /indivo/schemas/data/core/demographics/schema.xsd. More...

#import <INPhoneType.h>

Inherits INNormalizedString.

Additional Inherited Members

- Instance Methods inherited from INObject
(NSString *) - asAttribute
 Returns the value of this node usable as attribute to another node. More...
 
(NSString *) - attributeValue
 Returns the string that goes into the attribute value. More...
 
(NSArray *) - flatXMLPartsWithPrefix:
 Indivo 2.0's ugly flat XML format needs this. More...
 
(id) - initFromNode:
 The designated initializer. More...
 
(NSString *) - innerXML
 Returns the XML of all child nodes. More...
 
(BOOL) - isNull
 An object can decide that it is null, i.e. More...
 
(void) - setFromFlatParent:prefix:
 Handling incoming Indivo 2.0 flat XML IndivoAbstractDocument, a subclass of INObject, uses a slightly more diverse implementation of this method. More...
 
(void) - setFromNode:
 The INObject implementation sets the node name and node type (if a "type" attribute is found in the XML node) from an INXMLNode parsed from Indivo XML This method is called from the designated initializer, subclasses should override it to set custom properties and call [super setFromNode:node]. More...
 
(void) - setWithAttr:fromNode:
 Tries to interpret the attribute string as representing our value. More...
 
(NSString *) - tagString
 Returns the tag name and, if mustDeclareType is YES, the xsi:type-attribute, ready to be used as tag name. More...
 
(NSString *) - xml
 Return an XML representation of the object. More...
 
- Class Methods inherited from INNormalizedString
(NSArray *) + restrictedTo
 Subclasses can be restricted to certain possible strings. More...
 
- Protected Attributes inherited from INObject
NSString * _nodeName
 
- Properties inherited from INString
NSString * string
 

Detailed Description

A class representing "indivo:PhoneType" objects, generated from /indivo/schemas/data/core/demographics/schema.xsd.


The documentation for this class was generated from the following file: