public class LiteralAttachmentType extends LiteralType
isNillable| Constructor and Description |
|---|
LiteralAttachmentType() |
LiteralAttachmentType(QName name,
JavaType javaType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LiteralTypeVisitor visitor) |
void |
addAlternateMIMEType(Iterator mimeTypes) |
void |
addAlternateMIMEType(String mimeType) |
List |
getAlternateMIMETypes() |
String |
getContentID() |
String |
getMIMEType() |
boolean |
isSwaRef() |
void |
setAlternateMIMETypes(List l) |
void |
setContentID(String id) |
void |
setMIMEType(String mimeType) |
void |
setSwaRef(boolean isSwaRef) |
getSchemaTypeRef, isLiteralType, isNillable, setNillable, setSchemaTypeRefgetJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isSOAPType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersionpublic void accept(LiteralTypeVisitor visitor) throws Exception
accept in class LiteralTypeExceptionpublic void setMIMEType(String mimeType)
public String getMIMEType()
public void addAlternateMIMEType(String mimeType)
public void addAlternateMIMEType(Iterator mimeTypes)
public List getAlternateMIMETypes()
public void setAlternateMIMETypes(List l)
public void setSwaRef(boolean isSwaRef)
public boolean isSwaRef()
public String getContentID()
public void setContentID(String id)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.