Uses of Interface
com.ibm.xmlns.tagging.TagType

Packages that use TagType
com.ibm.xmlns.tagging   
com.ibm.xmlns.tagging.util   
 

Uses of TagType in com.ibm.xmlns.tagging
 

Methods in com.ibm.xmlns.tagging that return TagType
 TagType TaggingFactory.createTagType()
          Returns a new object of class 'Tag Type'.
 TagType DocumentRoot.getTag()
          Returns the value of the 'Tag' containment reference.
 

Methods in com.ibm.xmlns.tagging with parameters of type TagType
 void DocumentRoot.setTag(TagType value)
          Sets the value of the 'Tag' containment reference.
 

Uses of TagType in com.ibm.xmlns.tagging.util
 

Methods in com.ibm.xmlns.tagging.util with parameters of type TagType
 T TaggingSwitch.caseTagType(TagType object)
          Returns the result of interpreting the object as an instance of 'Tag Type'.