org.connid.bundles.soap.to
Class WSAttribute

java.lang.Object
  extended by org.connid.bundles.soap.to.AbstractData
      extended by org.connid.bundles.soap.to.WSAttribute
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Operand, WSAttributeValue

public class WSAttribute
extends AbstractData

See Also:
Serialized Form

Constructor Summary
WSAttribute()
           
WSAttribute(String name)
          Constructor: default attribute is a string nullable.
WSAttribute(String name, String type)
          Constructor: default attribute is nullable.
WSAttribute(String name, String type, Boolean nullable)
          Constructor: default attribute is not a key nor a password.
 
Method Summary
 String getName()
           
 String getType()
           
 boolean isKey()
           
 boolean isNullable()
           
 boolean isPassword()
           
 void setKey(boolean key)
           
 void setName(String name)
           
 void setNullable(boolean nullable)
           
 void setPassword(boolean password)
           
 void setType(String type)
           
 
Methods inherited from class org.connid.bundles.soap.to.AbstractData
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSAttribute

public WSAttribute()

WSAttribute

public WSAttribute(String name)
Constructor: default attribute is a string nullable.

Parameters:
name - defines the name of the attribute.

WSAttribute

public WSAttribute(String name,
                   String type)
Constructor: default attribute is nullable.

Parameters:
name - defines the name of the attribute.
type - defines the type of the attribute.

WSAttribute

public WSAttribute(String name,
                   String type,
                   Boolean nullable)
Constructor: default attribute is not a key nor a password.

Parameters:
name - defines the name of the attribute.
type - defines the type of the attribute.
isNullable - defines if the attribute is nullable.
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

isKey

public boolean isKey()

setKey

public void setKey(boolean key)

isNullable

public boolean isNullable()

setNullable

public void setNullable(boolean nullable)

isPassword

public boolean isPassword()

setPassword

public void setPassword(boolean password)


Copyright © 2012. All Rights Reserved.