Class RoleType


  • public class RoleType
    extends Object
    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>
     
    • Constructor Detail

      • RoleType

        public RoleType()
    • 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