Uses of Class
com.snowbound.contenthandler.rest.model.Xref
-
Packages that use Xref Package Description com.snowbound.contenthandler.rest.model -
-
Uses of Xref in com.snowbound.contenthandler.rest.model
Methods in com.snowbound.contenthandler.rest.model that return types with arguments of type Xref Modifier and Type Method Description static java.util.List<Xref>
Xref. fromJson(org.json.simple.JSONArray xrefData)
java.util.List<Xref>
Metadata. getIncludedExternalReferences()
Method parameters in com.snowbound.contenthandler.rest.model with type arguments of type Xref Modifier and Type Method Description void
Metadata. setIncludedExternalReferences(java.util.List<Xref> includedExternalReferences)
-