Class LiteralAttachmentType
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.AbstractType
-
- com.sun.xml.rpc.processor.model.literal.LiteralType
-
- com.sun.xml.rpc.processor.model.literal.LiteralAttachmentType
-
public class LiteralAttachmentType extends LiteralType
- Author:
- Vivek Pandey
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.processor.model.literal.LiteralType
isNillable
-
-
Constructor Summary
Constructors Constructor Description LiteralAttachmentType()LiteralAttachmentType(QName name, JavaType javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(LiteralTypeVisitor visitor)voidaddAlternateMIMEType(String mimeType)voidaddAlternateMIMEType(Iterator mimeTypes)ListgetAlternateMIMETypes()StringgetContentID()StringgetMIMEType()booleanisSwaRef()voidsetAlternateMIMETypes(List l)voidsetContentID(String id)voidsetMIMEType(String mimeType)voidsetSwaRef(boolean isSwaRef)-
Methods inherited from class com.sun.xml.rpc.processor.model.literal.LiteralType
getSchemaTypeRef, isLiteralType, isNillable, setNillable, setSchemaTypeRef
-
Methods inherited from class com.sun.xml.rpc.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isSOAPType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
-
-
-
Method Detail
-
accept
public void accept(LiteralTypeVisitor visitor) throws Exception
- Specified by:
acceptin classLiteralType- Throws:
Exception
-
setMIMEType
public void setMIMEType(String mimeType)
-
getMIMEType
public String getMIMEType()
-
addAlternateMIMEType
public void addAlternateMIMEType(String mimeType)
-
addAlternateMIMEType
public void addAlternateMIMEType(Iterator mimeTypes)
-
getAlternateMIMETypes
public List getAlternateMIMETypes()
-
setAlternateMIMETypes
public void setAlternateMIMETypes(List l)
-
setSwaRef
public void setSwaRef(boolean isSwaRef)
-
isSwaRef
public boolean isSwaRef()
-
getContentID
public String getContentID()
-
setContentID
public void setContentID(String id)
-
-