Class ValueType

java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.ValueType

public class ValueType extends Object
Configures a single element.

Java class for valueType complex type.

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

 <complexType name="valueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="code" use="required" type="{}codeType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
  • Constructor Details

    • ValueType

      public ValueType()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String