org.codehaus.activesoap.policy.addressing
Class ServiceNameType

java.lang.Object
  extended byorg.codehaus.activesoap.policy.addressing.AnyAttributeSupport
      extended byorg.codehaus.activesoap.policy.addressing.AttributedQName
          extended byorg.codehaus.activesoap.policy.addressing.ServiceNameType
All Implemented Interfaces:
AnyAttribute, ElementContent

public class ServiceNameType
extends AttributedQName


Field Summary
static QName PORT_NAME
           
protected  String portName
           
 
Fields inherited from class org.codehaus.activesoap.policy.addressing.AttributedQName
value
 
Constructor Summary
ServiceNameType()
           
 
Method Summary
 String getPortName()
          Gets the value of the portName property.
 void putAttributeValue(NamespaceContext namespaceContext, QName attributeName, String attributeValue)
           
 void setPortName(String value)
          Sets the value of the portName property.
 void writeAttributes(XMLStreamWriter out)
           
 
Methods inherited from class org.codehaus.activesoap.policy.addressing.AttributedQName
getValue, putValue, setValue, toString, writeContent
 
Methods inherited from class org.codehaus.activesoap.policy.addressing.AnyAttributeSupport
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PORT_NAME

public static final QName PORT_NAME

portName

protected String portName
Constructor Detail

ServiceNameType

public ServiceNameType()
Method Detail

getPortName

public String getPortName()
Gets the value of the portName property.

Returns:
possible object is String

setPortName

public void setPortName(String value)
Sets the value of the portName property.

Parameters:
value - allowed object is String

putAttributeValue

public void putAttributeValue(NamespaceContext namespaceContext,
                              QName attributeName,
                              String attributeValue)
Specified by:
putAttributeValue in interface AnyAttribute
Overrides:
putAttributeValue in class AnyAttributeSupport

writeAttributes

public void writeAttributes(XMLStreamWriter out)
                     throws XMLStreamException
Overrides:
writeAttributes in class AnyAttributeSupport
Throws:
XMLStreamException


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.