Class TargetServiceSchema

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

public class TargetServiceSchema extends Object
The reference object to the schema and type of target service which is described by service specification
  • Constructor Details

    • TargetServiceSchema

      public TargetServiceSchema()
  • Method Details

    • atBaseType

      public TargetServiceSchema atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public TargetServiceSchema atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      @NotNull public @NotNull String getAtSchemaLocation()
      This field provides a link to the schema describing the target service
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public TargetServiceSchema atType(String atType)
    • getAtType

      @NotNull public @NotNull String getAtType()
      Class type of the target service
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • 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