org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Class RoleType

java.lang.Object
  extended by org.oasis_open.docs.ebxml_bp.ebbp_signals_2.RoleType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class RoleType
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

This type defines the structure for Role Definition.

Java class for RoleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RoleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}xlink.grp"/>
       <attribute name="name" use="required" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
protected  String name
           
protected  TypeType type
           
 
Constructor Summary
RoleType()
          Default no-arg constructor
RoleType(String name, TypeType type, String href)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getHref()
          Gets the value of the href property.
 String getName()
          Gets the value of the name property.
 TypeType getType()
          Gets the value of the type property.
 void setHref(String value)
          Sets the value of the href property.
 void setName(String value)
          Sets the value of the name property.
 void setType(TypeType value)
          Sets the value of the type property.
 String toString()
           
 RoleType withHref(String value)
           
 RoleType withName(String value)
           
 RoleType withType(TypeType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

type

protected TypeType type

href

protected String href
Constructor Detail

RoleType

public RoleType()
Default no-arg constructor


RoleType

public RoleType(String name,
                TypeType type,
                String href)
Fully-initialising value constructor

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public TypeType getType()
Gets the value of the type property.

Returns:
possible object is TypeType

setType

public void setType(TypeType value)
Sets the value of the type property.

Parameters:
value - allowed object is TypeType

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withName

public RoleType withName(String value)

withType

public RoleType withType(TypeType value)

withHref

public RoleType withHref(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.