Class DatatypeFacet

java.lang.Object
org.genericode.xml._2004.ns.codelist._0.DatatypeFacet

public class DatatypeFacet extends Object
Facet information for refining a datatype.

Java class for DatatypeFacet complex type.

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

 <complexType name="DatatypeFacet">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="ShortName" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="LongName" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • shortName

      protected String shortName
    • longName

      protected String longName
  • Constructor Details

    • DatatypeFacet

      public DatatypeFacet()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getShortName

      public String getShortName()
      Gets the value of the shortName property.
      Returns:
      possible object is String
    • setShortName

      public void setShortName(String value)
      Sets the value of the shortName property.
      Parameters:
      value - allowed object is String
    • getLongName

      public String getLongName()
      Gets the value of the longName property.
      Returns:
      possible object is String
    • setLongName

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