org.jvnet.hyperjaxb3.model.HAttributeProperty Maven / Gradle / Ivy
package org.jvnet.hyperjaxb3.model;
public interface HAttributeProperty {
public HAttribute getAttribute();
public HID getID();
public HIDREF getIDREF();
public HList getList();
public HSchemaType getSchemaType();
public HAttachmentRef getAttachmentRef();
public HMimeType getMimeType();
public HInlineBinaryData getInlineBinaryData();
public HJavaTypeAdapter getJavaTypeAdapter();
}