java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PartyRole

public class PartyRole extends Object
The part played by a party in a given context.
  • Constructor Details

    • PartyRole

      public PartyRole()
  • Method Details

    • atBaseType

      public PartyRole atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      Generic attribute indicating the base class type of the extension class of the current object. Useful only when the class type of the current object is unknown to the implementation.
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public PartyRole atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Generic attribute containing the link to the schema that defines the structure of the class type of the current object.
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public PartyRole atType(String atType)
    • getAtType

      public String getAtType()
      Generic attribute containing the name of the resource class type
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • href

      public PartyRole href(String href)
    • getHref

      public String getHref()
      Url used to reference the party role.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • id

      public PartyRole id(String id)
    • getId

      public String getId()
      Unique identifier for PartyRoles
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public PartyRole name(String name)
    • getName

      @NotNull public @NotNull String getName()
      A word, term, or phrase by which the PartyRole is known and distinguished from other PartyRoles.
      Returns:
      name
    • setName

      public void setName(String name)
    • subscriptionAccess

      public PartyRole subscriptionAccess(List<SubscriptionAccess> subscriptionAccess)
    • addSubscriptionAccessItem

      public PartyRole addSubscriptionAccessItem(SubscriptionAccess subscriptionAccessItem)
    • getSubscriptionAccess

      @Valid public @Valid List<SubscriptionAccess> getSubscriptionAccess()
      Get subscriptionAccess
      Returns:
      subscriptionAccess
    • setSubscriptionAccess

      public void setSubscriptionAccess(List<SubscriptionAccess> subscriptionAccess)
    • individualIdentification

      public PartyRole individualIdentification(List<IndividualIdentification> individualIdentification)
    • addIndividualIdentificationItem

      public PartyRole addIndividualIdentificationItem(IndividualIdentification individualIdentificationItem)
    • getIndividualIdentification

      @Valid public @Valid List<IndividualIdentification> getIndividualIdentification()
      Get individualIdentification
      Returns:
      individualIdentification
    • setIndividualIdentification

      public void setIndividualIdentification(List<IndividualIdentification> individualIdentification)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object