public class MediaTypeProperty extends Object implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MediaTypeProperty">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:string" use="required" name="name"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Constructor and Description |
|---|
MediaTypeProperty() |
public String getValue()
public void setValue(String value)
value - public String getName()
public void setName(String name)
name - Copyright © 2016. All Rights Reserved.