Example #1
0
 /**
  * The known type of the facet.
  *
  * @return The type of the facet.
  */
 @XmlTransient
 @JsonIgnore
 public FacetType getKnownType() {
   return getType() == null ? null : FacetType.fromQNameURI(getType());
 }