Package com.collabnet.ce.soap60.types
Class SfQName
java.lang.Object
com.collabnet.ce.soap60.types.SfQName
Utility class to specify qualified names for SourceForge SOAP types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Namespace URI for SOAP types (NOTE: must match WSDDGeneratorTask definition) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE_URI
Namespace URI for SOAP types (NOTE: must match WSDDGeneratorTask definition)- See Also:
-
-
Constructor Details
-
SfQName
public SfQName()
-
-
Method Details
-
getQName
Returns the qualified name for the SOAP type.- Parameters:
typeClass
- Soap type.- Returns:
- Qualified name for the SOAP type.
-